public class Ecliptic extends CoordinateSystem implements Component
B1950, Gal, ICRS, J2000| Modifier | Constructor and Description |
|---|---|
|
Ecliptic(double epoch)
Get an Ecliptic Coordinate system at a given epoch.
|
protected |
Ecliptic(double epoch,
double elon)
Get an Ecliptic coordinate system where the 0 of longitude
can be reset.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get a description of this component.
|
java.lang.String |
getName()
Get the name of this component.
|
Rotater |
getRotater()
Get the rotation associated with the projection.
|
factory, factory, getSphereDistorterpublic Ecliptic(double epoch)
epoch - The epoch of the equinox of the coordinate system in calendar years.protected Ecliptic(double epoch,
double elon)
epoch - The epoch of the equinox.elon - The longitude in a standard coordinate system
at which the prime meridian should be placed.public java.lang.String getName()
public java.lang.String getDescription()
getDescription in interface Componentpublic Rotater getRotater()
CoordinateSystemgetRotater in class CoordinateSystem