FUNCTION  fGetUrlExpEq

Returns the URL for an ra,dec, measured in degrees.


returns http://localhost/en/tools/explore/obj.asp?ra=185.000000&dec=0.00000000
where localhost is filled in from SiteConstants.WebServerURL.
sample:
select dbo.fGetUrlExpEq(185,0)
see also fGetUrlNavEq, fGetUrlNavId, fGetUrlExpId

Input and output parameters

nametypelengthinoutpnum
@rafloat8input1
@decfloat8input2
 varchar256input0