Package | Description |
---|---|
org.apache.lucene.spatial.geometry |
Coordinate and distance representations.
|
org.apache.lucene.spatial.geometry.shape |
Shape representations.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedLatLng
Deprecated.
|
class |
FloatLatLng
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract LatLng |
LatLng.calculateMidpoint(LatLng other)
Deprecated.
Calculate the midpoint between this point an another.
|
LatLng |
FloatLatLng.calculateMidpoint(LatLng other)
Deprecated.
|
LatLng |
FixedLatLng.calculateMidpoint(LatLng other)
Deprecated.
|
abstract LatLng |
LatLng.copy()
Deprecated.
|
LatLng |
FloatLatLng.copy()
Deprecated.
|
LatLng |
FixedLatLng.copy()
Deprecated.
|
static LatLng |
LatLng.fromCartesian(CartesianPoint pt)
Deprecated.
The inverse of toCartesian().
|
abstract LatLng |
LatLng.normalize()
Deprecated.
|
LatLng |
FloatLatLng.normalize()
Deprecated.
|
LatLng |
FixedLatLng.normalize()
Deprecated.
|
Modifier and Type | Method and 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.
|
abstract LatLng |
LatLng.calculateMidpoint(LatLng other)
Deprecated.
Calculate the midpoint between this point an another.
|
LatLng |
FloatLatLng.calculateMidpoint(LatLng other)
Deprecated.
|
LatLng |
FixedLatLng.calculateMidpoint(LatLng other)
Deprecated.
|
Constructor and Description |
---|
FixedLatLng(LatLng ll)
Deprecated.
|
FloatLatLng(LatLng ll)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLng |
LLRect.getLowerLeft()
Deprecated.
|
LatLng |
LLRect.getMidpoint()
Deprecated.
|
LatLng |
LLRect.getUpperRight()
Deprecated.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
LLRect(LatLng ll,
LatLng ur)
Deprecated.
|