public class GeographicLocation extends ColladaElement
The geographic location. Specifies the location of the asset using the WGS84 coordinate system.
Constructor and Description |
---|
GeographicLocation() |
Modifier and Type | Method and Description |
---|---|
Altitude |
getAltitude()
Gets or sets the altitude.
|
float |
getLatitude()
Gets or sets the latitude.
|
float |
getLongitude()
Gets or sets the longitude.
|
void |
setAltitude(Altitude value)
Gets or sets the altitude.
|
void |
setLatitude(float value)
Gets or sets the latitude.
|
void |
setLongitude(float value)
Gets or sets the longitude.
|
public final float getLongitude()
Gets or sets the longitude.
public final void setLongitude(float value)
Gets or sets the longitude.
public final float getLatitude()
Gets or sets the latitude.
public final void setLatitude(float value)
Gets or sets the latitude.
public final Altitude getAltitude()
Gets or sets the altitude. Altitude is always given in meters. If the mode is "absolute", then the value is interpreted as meters from mean sea level. If the mode is "relativeToGround" then the value is interpreted as meters above the actual ground elevation at that particular location.
public final void setAltitude(Altitude value)
Gets or sets the altitude. Altitude is always given in meters. If the mode is "absolute", then the value is interpreted as meters from mean sea level. If the mode is "relativeToGround" then the value is interpreted as meters above the actual ground elevation at that particular location.