|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.GroundStationDescription
public class GroundStationDescription
This class represents a description of a ground station supported by the Satellite Situation Center .
| Constructor Summary | |
|---|---|
GroundStationDescription()
Constructs a GroundStationDescription with a null value. |
|
GroundStationDescription(java.lang.String id,
java.lang.String name,
float latitude,
float longitude)
Constructs a GroundStationDescription with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the ground station identifier value. |
float |
getLatitude()
Gets the ground station's latitude value. |
float |
getLongitude()
Gets the ground station's longitude value. |
java.lang.String |
getName()
Gets the ground station name value. |
void |
setId(java.lang.String id)
Sets the ground station identifier to the given value. |
void |
setLatitude(float value)
Sets the ground station's latitude to the given value. |
void |
setLongitude(float value)
Sets the ground station's longitude to the given value. |
void |
setName(java.lang.String name)
Sets the ground station name to the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroundStationDescription()
public GroundStationDescription(java.lang.String id,
java.lang.String name,
float latitude,
float longitude)
id - ground statiion identifiername - ground statiion namelatitude - latitude of ground station's locationlongitude - longitude of ground station's location| 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 ground station namegetName()public java.lang.String getName()
setName(java.lang.String)public void setLatitude(float value)
value - new valuegetLatitude()public float getLatitude()
setLatitude(float)public void setLongitude(float value)
value - new valuegetLongitude()public float getLongitude()
setLongitude(float)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||