java.lang.Object | |
↳ | com.commsignia.v2x.client.model.PositionFilter |
Represents a position filter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PositionFilter()
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
long |
getLatitude()
Returns the latitude value of the position filter.
| ||||||||||
long |
getLongitude()
Returns the longitude value of the position filter.
| ||||||||||
long |
getSemiAxisA()
Returns the length of semi-axis A
| ||||||||||
long |
getSemiAxisB()
Sets the length of semi-axis B
| ||||||||||
ShapeType |
getShapeType()
Returns the shape type.
| ||||||||||
int | hashCode() | ||||||||||
void |
setLatitude(long latitude)
Sets the latitude value of the position filter.
| ||||||||||
void |
setLongitude(long longitude)
Sets the longitude value of the position filter.
| ||||||||||
void |
setSemiAxisA(long semiAxisA)
Sets the length of semi-axis A
| ||||||||||
void |
setSemiAxisB(long semiAxisB)
Sets the length of semi-axis B
| ||||||||||
void |
setShapeType(ShapeType shapeType)
Sets the shape type.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Returns the latitude value of the position filter.
Returns the longitude value of the position filter.
Returns the length of semi-axis A
Sets the length of semi-axis B
Sets the latitude value of the position filter.
latitude | latitude in 0.1 microdegrees |
---|
Sets the longitude value of the position filter.
longitude | longitude in 0.1 microdegrees |
---|
Sets the length of semi-axis A
semiAxisA | length of semi axis-A |
---|
Sets the length of semi-axis B
semiAxisB | length of semi-axis B |
---|