public class

DestAreaCircle

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.DestAreaCircle

Class Overview

Represents a destination area circle object.

Summary

Nested Classes
class DestAreaCircle.Builder Builder for destination area ellipse objects  
Public Constructors
DestAreaCircle(long latitude, long longitude, double radius, LengthUnit radiusUnit)
Creates a new instance using the specified parameters.
Public Methods
boolean equals(Object o)
long getLatitude()
Returns the current latitude value of the center point of the destination area circle.
long getLongitude()
Returns the longitude of the center point of the destination area circle.
double getRadius(LengthUnit unit)
Returns the radius of the destination area circle.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DestAreaCircle (long latitude, long longitude, double radius, LengthUnit radiusUnit)

Creates a new instance using the specified parameters.

Parameters
latitude latitude in 0.1 microdegrees
longitude longitude in 0.1 microdegrees
radius radius value
radiusUnit radius unit

Public Methods

public boolean equals (Object o)

public long getLatitude ()

Returns the current latitude value of the center point of the destination area circle.

Returns
  • latitude of the center point of the circle in 0.1 microdegrees.

public long getLongitude ()

Returns the longitude of the center point of the destination area circle.

Returns
  • longitude of the center point of the circle in 0.1 microdegrees.

public double getRadius (LengthUnit unit)

Returns the radius of the destination area circle.

Returns
  • radius of the circle in decimeters.

public int hashCode ()

public String toString ()