| Returns HTMID range table covering the designated region |
Regions have the syntax circleSpec => CIRCLE J2000 ra dec radArcMin returns trixel table(start bigint, end bigint) select * from dbo.fHtmCoverRegion('REGION CIRCLE CARTESIAN -.996 -.1 0 5') see also fHtmCoverRegionError |
| name | type | length | inout | pnum |
| @region | nvarchar | -1 | input | 1 |
| @region | sysname | -1 | input | 1 |
| HtmIDStart | bigint | 8 | output | 1 |
| HtmIDEnd | bigint | 8 | output | 2 |