GeographicLocation

Inheritance: java.lang.Object, ColladaElement

The geographic location. Specifies the location of the asset using the WGS84 coordinate system.

Constructors

ConstructorDescription
GeographicLocation()

Methods

MethodDescription
getLongitude()Gets or sets the longitude.
setLongitude(float value)Gets or sets the longitude.
getLatitude()Gets or sets the latitude.
setLatitude(float value)Gets or sets the latitude.
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.
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.

GeographicLocation()

public GeographicLocation()

getLongitude()

public final float getLongitude()

Gets or sets the longitude.

Returns: float

setLongitude(float value)

public final void setLongitude(float value)

Gets or sets the longitude.

getLatitude()

public final float getLatitude()

Gets or sets the latitude.

Returns: float

setLatitude(float value)

public final void setLatitude(float value)

Gets or sets the latitude.

getAltitude()

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.

Returns: Altitude

setAltitude(Altitude value)

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.