|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.CoordinateSystem
skyview.geometry.csys.EclipticCoordinateSystem
public class EclipticCoordinateSystem
An ecliptic coordinate system in a Julian frame.
| Field Summary |
|---|
| Fields inherited from class skyview.geometry.CoordinateSystem |
|---|
B1950, Galactic, ICRS, J2000 |
| Constructor Summary | |
|---|---|
|
EclipticCoordinateSystem(double epoch)
Get an Ecliptic Coordinate system at a given epoch. |
protected |
EclipticCoordinateSystem(double epoch,
double elon)
Get an Ecliptic coordinate system where the 0 of longitude can be reset. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class skyview.geometry.CoordinateSystem |
|---|
factory, factory, getSphereDistorter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EclipticCoordinateSystem(double epoch)
protected EclipticCoordinateSystem(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.| Method Detail |
|---|
public java.lang.String getName()
getName in interface Componentpublic java.lang.String getDescription()
getDescription in interface Componentpublic Rotater getRotater()
CoordinateSystem
getRotater in class CoordinateSystem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||