Package | Description |
---|---|
org.apache.lucene.spatial.geometry |
Coordinate and distance representations.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
static LatLng |
LatLng.fromCartesian(CartesianPoint pt) |
Deprecated.
The inverse of toCartesian().
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.