Altitude

Inheritance: java.lang.Object, ColladaElement

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.

Constructors

ConstructorDescription
Altitude()Initializes a new instance of the Altitude class.

Methods

MethodDescription
getMode()Gets or sets the mode.
setMode(String value)Gets or sets the mode.
getValue()Gets or sets the value.
setValue(String value)Gets or sets the value.

Altitude()

public Altitude()

Initializes a new instance of the Altitude class.

getMode()

public final String getMode()

Gets or sets the mode.

Returns: String

setMode(String value)

public final void setMode(String value)

Gets or sets the mode.

getValue()

public final String getValue()

Gets or sets the value.

Returns: String

setValue(String value)

public final void setValue(String value)

Gets or sets the value.