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 classFixedLatLngDeprecated.classFloatLatLngDeprecated.Methods in org.apache.lucene.spatial.geometry that return LatLng Modifier and Type Method Description LatLngFixedLatLng. calculateMidpoint(LatLng other)Deprecated.LatLngFloatLatLng. calculateMidpoint(LatLng other)Deprecated.abstract LatLngLatLng. calculateMidpoint(LatLng other)Deprecated.Calculate the midpoint between this point an another.LatLngFixedLatLng. copy()Deprecated.LatLngFloatLatLng. copy()Deprecated.abstract LatLngLatLng. copy()Deprecated.static LatLngLatLng. fromCartesian(CartesianPoint pt)Deprecated.The inverse of toCartesian().LatLngFixedLatLng. normalize()Deprecated.LatLngFloatLatLng. normalize()Deprecated.abstract LatLngLatLng. normalize()Deprecated.Methods in org.apache.lucene.spatial.geometry with parameters of type LatLng Modifier and Type Method Description doubleLatLng. arcDistance(LatLng ll2)Deprecated.Calculates the distance between two lat/lng's in miles.doubleLatLng. arcDistance(LatLng ll2, DistanceUnits lUnits)Deprecated.Calculates the distance between two lat/lng's in miles or meters.LatLngFixedLatLng. calculateMidpoint(LatLng other)Deprecated.LatLngFloatLatLng. calculateMidpoint(LatLng other)Deprecated.abstract LatLngLatLng. 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 LatLngLLRect. getLowerLeft()Deprecated.LatLngLLRect. getMidpoint()Deprecated.LatLngLLRect. getUpperRight()Deprecated.Methods in org.apache.lucene.spatial.geometry.shape with parameters of type LatLng Modifier and Type Method Description static LLRectLLRect. 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.
-