Serializable, Componentpublic class Besselian extends CoordinateSystem implements Component
B1950, Gal, ICRS, J2000| Constructor | Description |
|---|---|
Besselian(double epoch) |
Get a CoordinateSystem of a given epoch.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get the description of this component.
|
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 String getName()
Componentpublic String getDescription()
ComponentgetDescription in interface Componentpublic Rotater getRotater()
CoordinateSystemgetRotater in class CoordinateSystempublic SphereDistorter getSphereDistorter()
CoordinateSystemgetSphereDistorter in class CoordinateSystem