|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CartesianPoint | |
---|---|
org.apache.lucene.spatial.geometry | Coordinate and distance representations. |
Uses of CartesianPoint in org.apache.lucene.spatial.geometry |
---|
Methods in org.apache.lucene.spatial.geometry that return CartesianPoint | |
---|---|
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 |
Methods in org.apache.lucene.spatial.geometry with parameters of type CartesianPoint | |
---|---|
static LatLng |
LatLng.fromCartesian(CartesianPoint pt)
Deprecated. The inverse of toCartesian(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |