gov.nasa.gsfc.spdf.ssc
Class CoordinateOptions

java.lang.Object
  extended by gov.nasa.gsfc.spdf.ssc.CoordinateOptions
Direct Known Subclasses:
FilteredCoordinateOptions

public class CoordinateOptions
extends java.lang.Object

This class represents coordinate system component options.

Version:
$Revison: $
Author:
B. Harris

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

CoordinateOptions

public CoordinateOptions()
Constructs a CoordinateOptions object with a default value.


CoordinateOptions

public CoordinateOptions(CoordinateSystem coordinateSystem,
                         CoordinateComponent component)
Constructs a CoordinateOptions object with the given attribute values.

Parameters:
coordinateSystem - identifies the coordinate system.
component - identifies the componet. LOCAL_TIME is only valid with GEO, GM, GSE, and SM.
Method Detail

getCoordinateSystem

public CoordinateSystem getCoordinateSystem()
Gets the coordinate system value.

Returns:
coordinate system value
See Also:
setCoordinateSystem(gov.nasa.gsfc.spdf.ssc.CoordinateSystem)

setCoordinateSystem

public void setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.

Parameters:
value - new value
See Also:
getCoordinateSystem(), CoordinateSystem

getComponent

public CoordinateComponent getComponent()
Gets the component value.

Returns:
component value
See Also:
setComponent(gov.nasa.gsfc.spdf.ssc.CoordinateComponent)

setComponent

public void setComponent(CoordinateComponent value)
Sets the component value. LOCAL_TIME is only valid with GEO, GM, GSE, and SM.

Parameters:
value - new value
See Also:
getComponent(), CoordinateComponent


SSC Feedback.

Copyright © 2003-2008 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 Right s Reserved.