Package | Description |
---|---|
skyview.geometry | |
skyview.geometry.projecter |
Modifier and Type | Method and Description |
---|---|
Projecter |
Projection.getProjecter()
Get the projection algorithm associated with this rotation.
|
Modifier and Type | Class and Description |
---|---|
class |
Ait
This class implements the AIT (Hammer-Aitov)
projection.
|
class |
Arc |
class |
Cah
This class provides for the
translation between coordinates and Cahill style Octahedron tangent plane
projection.
|
class |
Car
This class implements the Cartesian (rectangular)
projection.
|
class |
Csc |
class |
Hpx
The HEALPix project projects the sky into equal area pixels where
the centers of the pixels are lined up on constant values of
declination.
|
class |
Mer
This class implements the Mercator projection
|
class |
Mol |
class |
Sfl
This class implements the Sanson-Flamsteed (Sinusoidal)
projection.
|
class |
Sin |
class |
Stg |
class |
Tan |
class |
Tea
This class provides for the
translation between coordinates and the TEA Equal Area projection.
|
class |
Toa
This class provides for the translation between coordinates and an HTM-based
projection.
|
class |
Tot
This class provides for the
translation between coordinates and the Tiled Octahedral Tangent projection.
|
class |
Xtn
This class implements a tangent plane projection
for the NEAT survey.
|
class |
Zea |
class |
Zpn |
Modifier and Type | Method and Description |
---|---|
Projecter |
Ait.AitDeproj.inverse()
Get the inverse transformation
|
Projecter |
Arc.ArcDeproj.inverse()
Get the inverse transformation
|
Projecter |
Car.CarDeproj.inverse()
Get the inverse
|
Projecter |
Csc.CscDeproj.inverse() |
Projecter |
Mer.MerDeproj.inverse()
Get the inverse transformation
|
Projecter |
Mol.MolDeproj.inverse()
Get the inverse transformation
|
Projecter |
Sfl.SflDeproj.inverse()
Get the inverse
|
Projecter |
Sin.SinDeproj.inverse()
Get the inverse transformation
|
Projecter |
Stg.StgDeproj.inverse()
Get the inverse transformation
|
Projecter |
Tan.TanDeproj.inverse()
Get the inverse transformation
|
Projecter |
Zea.ZeaDeproj.inverse()
Get the inverse transformation
|
Projecter |
Zpn.ZpnDeproj.inverse()
Get the inverse transformation
|