Uses of Class
gov.nasa.gsfc.spdf.ssc.CoordinateOptions
-
-
Uses of CoordinateOptions in gov.nasa.gsfc.spdf.ssc
Subclasses of CoordinateOptions in gov.nasa.gsfc.spdf.ssc Modifier and Type Class Description class
FilteredCoordinateOptions
This class represents coordinate system component options that include location filters.Methods in gov.nasa.gsfc.spdf.ssc that return types with arguments of type CoordinateOptions Modifier and Type Method Description java.util.List<CoordinateOptions>
TimeSeriesGraphOptions. getCoordinateOptions()
Gets the coordinate options.Method parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type CoordinateOptions Modifier and Type Method Description void
TimeSeriesGraphOptions. setCoordinateOptions(java.util.List<CoordinateOptions> value)
Sets the coordinate options.Constructor parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type CoordinateOptions Constructor Description TimeSeriesGraphOptions(java.util.List<CoordinateOptions> coordinateOptions, ValueOptions valueOptions, DistanceFromOptions distanceFromOptions, java.util.List<BFieldTraceOptions> bFieldTraceOptions)
Constructs a TimeSeriesGraphOptions object with the given attribute values.
-