v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.ivi.ZonePolygonPoint |
Zone Polygon Point
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ZonePolygonPoint() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Double |
getAltitude(LengthUnit unit)
Returns the altitude.
| ||||||||||
| AltConfidence |
getAltitudeConfidence()
Returns the altitude confidence of the reference position.
| ||||||||||
| Long |
getLatitude()
Returns the latitude.
| ||||||||||
| Long |
getLongitude()
Returns the longitude.
| ||||||||||
| void |
setAltitude(double altitudeValue, LengthUnit altitudeUnit, AltConfidence altitudeConfidence)
Sets the altitude and altitude confidence.
| ||||||||||
| void |
setAltitude(double altitudeValue, LengthUnit altitudeUnit)
Sets the altitude.
| ||||||||||
| void |
setAltitudeConfidence(AltConfidence altitudeConfidence)
Sets the altitude confidence of the reference position.
| ||||||||||
| void |
setLatitude(Long latitude)
Sets the latitude.
| ||||||||||
| void |
setLongitude(Long longitude)
Sets the longitude.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the altitude.
| unit | target unit |
|---|
Returns the altitude confidence of the reference position.
Returns the latitude.
Returns the longitude.
Sets the altitude and altitude confidence.
| altitudeValue | altitude value |
|---|---|
| altitudeUnit | altitude unit |
| altitudeConfidence | altitude confidence |
Sets the altitude. Sets confidence to unavailable.
| altitudeValue | altitude value |
|---|---|
| altitudeUnit | altitude unit |
Sets the altitude confidence of the reference position.
| altitudeConfidence | altitude confidence |
|---|
Sets the latitude.
| latitude | in 0.1 microdegrees |
|---|
Sets the longitude.
| longitude | longitude in 0.1 microdegrees |
|---|