| Interface | Description |
|---|---|
| HealpixImpl |
HEALPix Interface wrapper for Moc usage
Encapsulate the usage HEALPix
The HEALPix ordering is always NESTED
|
| Class | Description |
|---|---|
| Array |
Fast array : see ShortArray, IntArray and LongArray classes
|
| Healpix |
HEALPix CDS wrapper
Encapsulate the usage of the official HEALPix GAIA package
The HEALPix ordering is always NESTED
|
| HealpixMoc |
HEALPix Multi Order Coverage Map (MOC)
This object provides read, write and process methods to manipulate an HEALPix Multi Order Coverage Map (MOC)
A MOC is used to define a sky region by using HEALPix sky tesselation
|
| IntArray |
Fast array of integers
|
| LongArray |
Fast array of longs
|
| MocCell |
MOC cell object
|
| MocIO |
HEALPix Multi Order Coverage Map (MOC) IO routines
Compliante with IVOA MOC Rec 1.0 June 2014
Example : HealpixMoc moc = new HealpixMoc();
(new IO(moc).read(String filename);
|
| ShortArray |
Fast array of shorts
|