| Returns HTM ID of a pint a J2000 xyz point (@x,@y, @z). |
| There is no limit on the number of objects returned, but there are about 40 per sq arcmin. x,y,z is a unit vector on the celestial sphere. returned HTM ID is a bigint: Sample call to compute the HTM select objID, dbo.fHtmXyz(x,y,z) as HTMID from Galaxy see also fHtmEq, fHtmToString, fGetNearestObjXYZ |
| name | type | length | inout | pnum |
| @x | float | 8 | input | 1 |
| @y | float | 8 | input | 2 |
| @z | float | 8 | input | 3 |
| bigint | 8 | output | 0 |