Uses of Class
gov.nasa.gsfc.spdf.ssc.CoordinateComponent
-
-
Uses of CoordinateComponent in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return CoordinateComponent Modifier and Type Method Description static CoordinateComponent
CoordinateComponent. fromValue(java.lang.String name)
Provides the CoordinateComponent corresponding to the given String value.CoordinateComponent
CoordinateOptions. getComponent()
Gets the component value.static CoordinateComponent
CoordinateComponent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CoordinateComponent[]
CoordinateComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type CoordinateComponent Modifier and Type Method Description void
CoordinateOptions. setComponent(CoordinateComponent value)
Sets the component value.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type CoordinateComponent Constructor Description CoordinateOptions(CoordinateSystem coordinateSystem, CoordinateComponent component)
Constructs a CoordinateOptions object with the given attribute values.FilteredCoordinateOptions(CoordinateSystem coordinateSystem, CoordinateComponent component, LocationFilter filter)
Constructs a FilteredCoordinateOptions object with the given attribute values.
-