|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.SatelliteDescription
public class SatelliteDescription
This class represents a Satellite Situation Center satellite description.
| Constructor Summary | |
|---|---|
SatelliteDescription()
Constructs a SatelliteDescription with a null value. |
|
SatelliteDescription(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 SatelliteDescription with the given attribute values. |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getEndTime()
Gets the end time (ending time of position information) value. |
java.lang.String |
getGeometry()
Gets the URL of the file containing the recommended X3D geometry description for rendering the satellite. |
java.lang.String |
getId()
Gets the satellite identifier value. |
java.lang.String |
getName()
Gets the satellite name value. |
int |
getResolution()
Gets the resolution (seconds between position points) value. |
java.util.Calendar |
getStartTime()
Gets the start time (beginning time of position information) value. |
java.lang.String |
getTrajectoryGeometry()
Gets the URL of the file containing the recommended X3D geometry description for rendering the satellite's trajectory. |
void |
setEndTime(java.util.Calendar value)
Sets the end time (ending time of position information) to the given value. |
void |
setGeometry(java.lang.String value)
Sets the URL of the file containing the recommended X3D geometry description for rendering the satellite. |
void |
setId(java.lang.String id)
Sets the satellite identifier to the given value. |
void |
setName(java.lang.String name)
Sets the satellite name to the given value. |
void |
setResolution(int value)
Sets the resolution (seconds between position points) to the given value. |
void |
setStartTime(java.util.Calendar value)
Sets the start time (beginning time of position information) to the given value. |
void |
setTrajectoryGeometry(java.lang.String value)
Sets the URL of the file containing the recommended X3D geometry description for rendering the satellite's trajectory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SatelliteDescription()
public SatelliteDescription(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)
id - 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 setId(java.lang.String id)
id - new id valuegetId()public java.lang.String getId()
setId(java.lang.String)public void setName(java.lang.String name)
name - new satellite namegetName()public java.lang.String getName()
setName(java.lang.String)public void setResolution(int value)
value - new valuegetResolution()public int getResolution()
setResolution(int)public void setStartTime(java.util.Calendar value)
value - new valuegetStartTime()public java.util.Calendar getStartTime()
setStartTime(java.util.Calendar)public void setEndTime(java.util.Calendar value)
value - new valuegetEndTime()public java.util.Calendar getEndTime()
setEndTime(java.util.Calendar)public void setGeometry(java.lang.String value)
value - new URL of file containing the satellite's geometrygetGeometry()public java.lang.String getGeometry()
setGeometry(java.lang.String)public void setTrajectoryGeometry(java.lang.String value)
value - new URL of file containing a description of the
satellite's trajectorygetTrajectoryGeometry()public java.lang.String getTrajectoryGeometry()
setTrajectoryGeometry(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||