java.lang.Object | |
↳ | com.commsignia.v2x.client.model.DestAreaEllipse |
Represents a destination area ellipse object.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | DestAreaEllipse.Builder | Builder for destination area ellipse objects |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DestAreaEllipse(long latitude, long longitude, double semiAxisA, LengthUnit semiAxisAUnit, double semiAxisB, LengthUnit semiAxisBUnit, double angle, DegreeUnit angleUnit)
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
double |
getAngle(DegreeUnit unit)
Returns the azimuth angle of the long semi axis of the destination area ellipse.
| ||||||||||
long |
getLatitude()
Returns the current latitude value of the center point of the destination area ellipse.
| ||||||||||
long |
getLongitude()
Returns the longitude value of the center point of the destination area ellipse.
| ||||||||||
double |
getSemiAxisA(LengthUnit unit)
Returns the long semi axis of the destination area ellipse.
| ||||||||||
double |
getSemiAxisB(LengthUnit unit)
Returns the short semi axis of the destination area ellipse.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
latitude | latitude in 0.1 microdegrees |
---|---|
longitude | longitude in 0.1 microdegrees |
semiAxisA | semi axis A value |
semiAxisAUnit | semi axis A unit |
semiAxisB | semi axis B value |
semiAxisBUnit | semi axis B unit |
angle | angle value |
angleUnit | angle unit |
Returns the azimuth angle of the long semi axis of the destination area ellipse.
unit | target unit |
---|
Returns the current latitude value of the center point of the destination area ellipse.
Returns the longitude value of the center point of the destination area ellipse.
Returns the long semi axis of the destination area ellipse.
unit | target unit |
---|
Returns the short semi axis of the destination area ellipse.
unit | target unit |
---|