Constructor and Description |
---|
HtmTiling(edu.jhu.htm.core.HTMindexImp htm)
Constructs an HtmTiling given an HTMindexImp.
|
HtmTiling(int level)
Constructs an HtmTiling with a given level.
|
Modifier and Type | Method and Description |
---|---|
ValueInfo |
getIndexInfo()
Returns a metadata item suitable for describing the pixel index
used by this tiling.
|
long |
getPixelCount()
Returns the total number of tiles in this tiling.
|
long |
getPositionTile(double ra,
double dec)
Returns the index of the tile in which a given sky position falls.
|
long[] |
getTileRange(double ra,
double dec,
double radius)
Returns the bounds of a range of pixels which is known to cover
a given cone on the sky.
|
String |
toString() |
public HtmTiling(edu.jhu.htm.core.HTMindexImp htm)
htm
- HTM index objectpublic HtmTiling(int level)
level
- HTM levelpublic long getPixelCount()
SkyTiling
getPixelCount
in interface SkyTiling
public ValueInfo getIndexInfo()
SkyTiling
getIndexInfo
in interface SkyTiling
public long getPositionTile(double ra, double dec)
SkyTiling
getPositionTile
in interface SkyTiling
ra
- right ascension in degreesdec
- declination in degreespublic long[] getTileRange(double ra, double dec, double radius)
SkyTiling
null
may be returned.getTileRange
in interface SkyTiling
ra
- right ascension in degreesdec
- declination in degreesradius
- radius in degreesCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.