Uses of Class
org.apache.lucene.spatial.geometry.CartesianPoint
-
Packages that use CartesianPoint Package Description 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 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 dimensionsMethods in org.apache.lucene.spatial.geometry with parameters of type CartesianPoint Modifier and Type Method Description static LatLng
LatLng. fromCartesian(CartesianPoint pt)
Deprecated.The inverse of toCartesian().
-