Package | Description |
---|---|
org.apache.lucene.spatial.geometry |
Coordinate and distance representations.
|
Modifier and Type | Method and Description |
---|---|
CartesianPoint |
LatLng.toCartesian()
Deprecated.
Convert the lat/lng into the cartesian coordinate plane such that all
world coordinates are represented in the first quadrant.
|
CartesianPoint |
CartesianPoint.translate(int deltaX,
int deltaY)
Deprecated.
Return a new point translated in the x and y dimensions
|
Modifier and Type | Method and Description |
---|---|
static LatLng |
LatLng.fromCartesian(CartesianPoint pt)
Deprecated.
The inverse of toCartesian().
|