public class CoordinateOptions
extends java.lang.Object
Constructor and Description |
---|
CoordinateOptions()
Constructs a CoordinateOptions object with a default value.
|
CoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component)
Constructs a CoordinateOptions object with the given
attribute values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.public CoordinateSystem getCoordinateSystem()
setCoordinateSystem(gov.nasa.gsfc.spdf.ssc.CoordinateSystem)
public void setCoordinateSystem(CoordinateSystem value)
value
- new valuegetCoordinateSystem()
,
CoordinateSystem
public CoordinateComponent getComponent()
setComponent(gov.nasa.gsfc.spdf.ssc.CoordinateComponent)
public void setComponent(CoordinateComponent value)
value
- new valuegetComponent()
,
CoordinateComponent
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.