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 classMapProjectionGraphOptionsThis class represents options for an SSC Mapped Projection plot request.classOrbitGraphOptionsThis class represents options for an SSC orbit graphing request.classTimeSeriesGraphOptionsThis 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 GraphOptionsGraphRequest. getGraphOptions()Gets the graph options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type GraphOptions Modifier and Type Method Description protected voidGraphRequest. 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.
-