Uses of Class
gov.nasa.gsfc.spdf.ssc.GraphOptions
-
-
Uses of GraphOptions in gov.nasa.gsfc.spdf.ssc
Subclasses of GraphOptions in gov.nasa.gsfc.spdf.ssc Modifier and Type Class Description class
MapProjectionGraphOptions
This class represents options for an SSC Mapped Projection plot request.class
OrbitGraphOptions
This class represents options for an SSC orbit graphing request.class
TimeSeriesGraphOptions
This class represents options for an SSC Time Series plot request.Methods in gov.nasa.gsfc.spdf.ssc that return GraphOptions Modifier and Type Method Description protected GraphOptions
GraphRequest. getGraphOptions()
Gets the graph options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type GraphOptions Modifier and Type Method Description protected void
GraphRequest. setGraphOptions(GraphOptions value)
Sets the graph options.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type GraphOptions Constructor Description GraphRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions, GraphOptions graphOptions)
Constructs an GraphRequest object with the given attribute values.
-