public interface Position extends Location
The following features are supported:
TOSDevicePackage.getPosition()| Modifier and Type | Method and Description |
|---|---|
double |
getAltitude()
Returns the value of the 'Altitude' attribute.
|
int |
getBearing()
Returns the value of the 'Bearing' attribute.
|
double |
getLatitude()
Returns the value of the 'Latitude' attribute.
|
double |
getLongitude()
Returns the value of the 'Longitude' attribute.
|
DirectionType |
getOrientation()
Returns the value of the 'Orientation' attribute.
|
void |
setAltitude(double value)
Sets the value of the '
Altitude' attribute. |
void |
setBearing(int value)
Sets the value of the '
Bearing' attribute. |
void |
setLatitude(double value)
Sets the value of the '
Latitude' attribute. |
void |
setLongitude(double value)
Sets the value of the '
Longitude' attribute. |
void |
setOrientation(DirectionType value)
Sets the value of the '
Orientation' attribute. |
double getLatitude()
setLatitude(double),
TOSDevicePackage.getPosition_Latitude()void setLatitude(double value)
Latitude' attribute.
value - the new value of the 'Latitude' attribute.getLatitude()double getLongitude()
setLongitude(double),
TOSDevicePackage.getPosition_Longitude()void setLongitude(double value)
Longitude' attribute.
value - the new value of the 'Longitude' attribute.getLongitude()double getAltitude()
setAltitude(double),
TOSDevicePackage.getPosition_Altitude()void setAltitude(double value)
Altitude' attribute.
value - the new value of the 'Altitude' attribute.getAltitude()DirectionType getOrientation()
DirectionType.
DirectionType,
setOrientation(DirectionType),
TOSDevicePackage.getPosition_Orientation()void setOrientation(DirectionType value)
Orientation' attribute.
value - the new value of the 'Orientation' attribute.DirectionType,
getOrientation()int getBearing()
setBearing(int),
TOSDevicePackage.getPosition_Bearing()void setBearing(int value)
Bearing' attribute.
value - the new value of the 'Bearing' attribute.getBearing()Data In Motion Consuling GmbH - All rights reserved