public class Besselian extends CoordinateSystem implements Component
B1950, Gal, ICRS, J2000| Constructor and Description |
|---|
Besselian(double epoch)
Get a CoordinateSystem of a given epoch.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the description of this component.
|
java.lang.String |
getName()
Get the name of this component.
|
Rotater |
getRotater()
Get the rotation associated with the projection.
|
SphereDistorter |
getSphereDistorter()
Get the distortion associated with the projection.
|
boolean |
isRotation()
This coordinate system is not just a rotation away from the reference frame.
|
factory, factorypublic Besselian(double epoch)
epoch - The epoch as a calendar year (possibly fractional).public boolean isRotation()
public java.lang.String getName()
Componentpublic java.lang.String getDescription()
ComponentgetDescription in interface Componentpublic Rotater getRotater()
CoordinateSystemgetRotater in class CoordinateSystempublic SphereDistorter getSphereDistorter()
CoordinateSystemgetSphereDistorter in class CoordinateSystem