Uses of Class
org.apache.lucene.spatial.geometry.LatLng
-
Packages that use LatLng Package Description org.apache.lucene.spatial.geometry Coordinate and distance representations.org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of LatLng in org.apache.lucene.spatial.geometry
Subclasses of LatLng in org.apache.lucene.spatial.geometry Modifier and Type Class Description class
FixedLatLng
Deprecated.class
FloatLatLng
Deprecated.Methods in org.apache.lucene.spatial.geometry that return LatLng Modifier and Type Method Description LatLng
FixedLatLng. calculateMidpoint(LatLng other)
Deprecated.LatLng
FloatLatLng. calculateMidpoint(LatLng other)
Deprecated.abstract LatLng
LatLng. calculateMidpoint(LatLng other)
Deprecated.Calculate the midpoint between this point an another.LatLng
FixedLatLng. copy()
Deprecated.LatLng
FloatLatLng. copy()
Deprecated.abstract LatLng
LatLng. copy()
Deprecated.static LatLng
LatLng. fromCartesian(CartesianPoint pt)
Deprecated.The inverse of toCartesian().LatLng
FixedLatLng. normalize()
Deprecated.LatLng
FloatLatLng. normalize()
Deprecated.abstract LatLng
LatLng. normalize()
Deprecated.Methods in org.apache.lucene.spatial.geometry with parameters of type LatLng Modifier and Type Method Description double
LatLng. arcDistance(LatLng ll2)
Deprecated.Calculates the distance between two lat/lng's in miles.double
LatLng. arcDistance(LatLng ll2, DistanceUnits lUnits)
Deprecated.Calculates the distance between two lat/lng's in miles or meters.LatLng
FixedLatLng. calculateMidpoint(LatLng other)
Deprecated.LatLng
FloatLatLng. calculateMidpoint(LatLng other)
Deprecated.abstract LatLng
LatLng. calculateMidpoint(LatLng other)
Deprecated.Calculate the midpoint between this point an another.Constructors in org.apache.lucene.spatial.geometry with parameters of type LatLng Constructor Description FixedLatLng(LatLng ll)
Deprecated.FloatLatLng(LatLng ll)
Deprecated. -
Uses of LatLng in org.apache.lucene.spatial.geometry.shape
Methods in org.apache.lucene.spatial.geometry.shape that return LatLng Modifier and Type Method Description LatLng
LLRect. getLowerLeft()
Deprecated.LatLng
LLRect. getMidpoint()
Deprecated.LatLng
LLRect. getUpperRight()
Deprecated.Methods in org.apache.lucene.spatial.geometry.shape with parameters of type LatLng Modifier and Type Method Description static LLRect
LLRect. createBox(LatLng center, double widthMi, double heightMi)
Deprecated.Approximates a box centered at the given point with the given width and height in miles.Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type LatLng Constructor Description LLRect(LatLng ll, LatLng ur)
Deprecated.
-