|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LatLng | |
---|---|
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 | |
---|---|
class |
FixedLatLng
Deprecated. |
class |
FloatLatLng
Deprecated. |
Methods in org.apache.lucene.spatial.geometry that return LatLng | |
---|---|
LatLng |
FixedLatLng.calculateMidpoint(LatLng other)
Deprecated. |
abstract LatLng |
LatLng.calculateMidpoint(LatLng other)
Deprecated. Calculate the midpoint between this point an another. |
LatLng |
FloatLatLng.calculateMidpoint(LatLng other)
Deprecated. |
LatLng |
FixedLatLng.copy()
Deprecated. |
abstract LatLng |
LatLng.copy()
Deprecated. |
LatLng |
FloatLatLng.copy()
Deprecated. |
static LatLng |
LatLng.fromCartesian(CartesianPoint pt)
Deprecated. The inverse of toCartesian(). |
LatLng |
FixedLatLng.normalize()
Deprecated. |
abstract LatLng |
LatLng.normalize()
Deprecated. |
LatLng |
FloatLatLng.normalize()
Deprecated. |
Methods in org.apache.lucene.spatial.geometry with parameters of type LatLng | |
---|---|
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. |
abstract LatLng |
LatLng.calculateMidpoint(LatLng other)
Deprecated. Calculate the midpoint between this point an another. |
LatLng |
FloatLatLng.calculateMidpoint(LatLng other)
Deprecated. |
Constructors in org.apache.lucene.spatial.geometry with parameters of type LatLng | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
LLRect(LatLng ll,
LatLng ur)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |