|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.SatelliteDescription
gov.nasa.gsfc.spdf.ssc.SpaseObservatoryDescription
public class SpaseObservatoryDescription
This class represents a
Satellite Situation Center
description of a Space Physics
Archive Search and Extract (SPASE) Observatory. See
notes concerning SPASE
support in SSC.
| Constructor Summary | |
|---|---|
SpaseObservatoryDescription()
Default constructor. |
|
SpaseObservatoryDescription(java.lang.String resourceId,
java.lang.String id,
java.lang.String name,
int resolution,
java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.String geometry,
java.lang.String trajectory)
Constructs a SpaseObservatoryDescription with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getResourceId()
Gets the /Spase/Observatory/ResourcdID value. |
void |
setResourceId(java.lang.String value)
Sets the /Spase/Observatory/ResourcdID to the given value. |
| Methods inherited from class gov.nasa.gsfc.spdf.ssc.SatelliteDescription |
|---|
getEndTime, getGeometry, getId, getName, getResolution, getStartTime, getTrajectoryGeometry, setEndTime, setGeometry, setId, setName, setResolution, setStartTime, setTrajectoryGeometry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpaseObservatoryDescription()
public SpaseObservatoryDescription(java.lang.String resourceId,
java.lang.String id,
java.lang.String name,
int resolution,
java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.String geometry,
java.lang.String trajectory)
resourceId - /Spase/Observatory/ResourceID valueid - satellite identifiername - satellite nameresolution - position information resolution (seconds
between pointsstartTime - beginning time of position informationendTime - ending time of position informationgeometry - URL to a file containing the recommended X3D
geometry description for rendering the satellitetrajectory - URL to a file containing the recommended X3D
geometry description for rendering the satellite's
trajectory| Method Detail |
|---|
public void setResourceId(java.lang.String value)
value - new /Spase/Observatory/ResourcdID valuegetResourceId()public java.lang.String getResourceId()
setResourceId(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||