public class

ZonePolygonPoint

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.ivi.ZonePolygonPoint

Class Overview

Zone Polygon Point

Summary

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

Public Constructors

public ZonePolygonPoint ()

Public Methods

public Double getAltitude (LengthUnit unit)

Returns the altitude.

Parameters
unit target unit
Returns
  • altitude in the specified unit or null if not defined

public AltConfidence getAltitudeConfidence ()

Returns the altitude confidence of the reference position.

Returns
  • altitude confidence

public Long getLatitude ()

Returns the latitude.

Returns
  • latitude in 0.1 microdegrees

public Long getLongitude ()

Returns the longitude.

Returns
  • longitude in 0.1 microdegrees

public void setAltitude (double altitudeValue, LengthUnit altitudeUnit, AltConfidence altitudeConfidence)

Sets the altitude and altitude confidence.

Parameters
altitudeValue altitude value
altitudeUnit altitude unit
altitudeConfidence altitude confidence

public void setAltitude (double altitudeValue, LengthUnit altitudeUnit)

Sets the altitude. Sets confidence to unavailable.

Parameters
altitudeValue altitude value
altitudeUnit altitude unit

public void setAltitudeConfidence (AltConfidence altitudeConfidence)

Sets the altitude confidence of the reference position.

Parameters
altitudeConfidence altitude confidence

public void setLatitude (Long latitude)

Sets the latitude.

Parameters
latitude in 0.1 microdegrees

public void setLongitude (Long longitude)

Sets the longitude.

Parameters
longitude longitude in 0.1 microdegrees