|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.Request
gov.nasa.gsfc.spdf.ssc.GraphRequest
public class GraphRequest
This class represents a request for a graph from the Satellite Situation Center.
Notes:
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class gov.nasa.gsfc.spdf.ssc.Request |
|---|
getBeginTime, getBFieldModelOptions, getEndTime, getSatellites, list, setBeginTime, setBFieldModelOptions, setEndTime, setSatellites |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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)| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||