public class Altitude extends 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.
Constructor and Description |
---|
Altitude()
Initializes a new instance of the
Altitude class. |
Modifier and Type | Method and Description |
---|---|
String |
getMode()
Gets or sets the mode.
|
String |
getValue()
Gets or sets the value.
|
void |
setMode(String value)
Gets or sets the mode.
|
void |
setValue(String value)
Gets or sets the value.
|
public Altitude()
Initializes a new instance of the Altitude
class.