|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.CoordinateOptions
public class CoordinateOptions
This class represents coordinate system component options.
| Constructor Summary | |
|---|---|
CoordinateOptions()
Constructs a CoordinateOptions object with a default value. |
|
CoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component)
Constructs a CoordinateOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
CoordinateComponent |
getComponent()
Gets the component value. |
CoordinateSystem |
getCoordinateSystem()
Gets the coordinate system value. |
void |
setComponent(CoordinateComponent value)
Sets the component value. |
void |
setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoordinateOptions()
public CoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component)
coordinateSystem - identifies the coordinate system.component - identifies the componet. LOCAL_TIME is only
valid with GEO, GM, GSE, and SM.| Method Detail |
|---|
public CoordinateSystem getCoordinateSystem()
setCoordinateSystem(gov.nasa.gsfc.spdf.ssc.CoordinateSystem)public void setCoordinateSystem(CoordinateSystem value)
value - new valuegetCoordinateSystem(),
CoordinateSystempublic CoordinateComponent getComponent()
setComponent(gov.nasa.gsfc.spdf.ssc.CoordinateComponent)public void setComponent(CoordinateComponent value)
value - new valuegetComponent(),
CoordinateComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||