public class GroundStationDescription
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 locationpublic 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)
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.