public class GraphRequest extends Request
Notes:
Constructor and Description |
---|
GraphRequest()
Constructs an GraphRequest object with a default value.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected GraphOptions |
getGraphOptions()
Gets the graph options.
|
MapProjectionGraphOptions |
getMapProjectionOptions()
Gets the mapProjectionOptions value.
|
OrbitGraphOptions |
getOrbitOptions()
Gets the orbitOptions value.
|
TimeSeriesGraphOptions |
getTimeSeriesOptions()
Gets the timeSeriesOptions value.
|
protected void |
setGraphOptions(GraphOptions value)
Sets the graph options.
|
void |
setMapProjectionOptions(MapProjectionGraphOptions value)
Sets the mapProjectionOptions value.
|
void |
setOrbitOptions(OrbitGraphOptions value)
Sets the orbitOptions value.
|
void |
setTimeSeriesOptions(TimeSeriesGraphOptions value)
Sets the timeSeriesOptions value.
|
getBeginTime, getBFieldModelOptions, getEndTime, getSatellites, list, setBeginTime, setBFieldModelOptions, setEndTime, setSatellites
public GraphRequest()
public GraphRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions, GraphOptions graphOptions)
satellites
- identifies the satellites that information is
being requested for (required)beginTime
- beginning of time range (required)endTime
- end of time range (required)bFieldModelOptions
- B field model options (optional)graphOptions
- graph options (required)protected GraphOptions getGraphOptions()
setGraphOptions(gov.nasa.gsfc.spdf.ssc.GraphOptions)
protected void setGraphOptions(GraphOptions value)
value
- new valuegetGraphOptions()
public OrbitGraphOptions getOrbitOptions()
setOrbitOptions(gov.nasa.gsfc.spdf.ssc.OrbitGraphOptions)
public void setOrbitOptions(OrbitGraphOptions value)
value
- new orbitOptions valuegetOrbitOptions()
public MapProjectionGraphOptions getMapProjectionOptions()
setMapProjectionOptions(gov.nasa.gsfc.spdf.ssc.MapProjectionGraphOptions)
public void setMapProjectionOptions(MapProjectionGraphOptions value)
value
- new mapProjectionOptions valuegetMapProjectionOptions()
public TimeSeriesGraphOptions getTimeSeriesOptions()
setTimeSeriesOptions(gov.nasa.gsfc.spdf.ssc.TimeSeriesGraphOptions)
public void setTimeSeriesOptions(TimeSeriesGraphOptions value)
value
- new timeSeriesOptions valuegetTimeSeriesOptions()
SSC Feedback.
Copyright © 2003-2018 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 Rights Reserved.