| Package | Description |
|---|---|
| org.apache.lucene.spatial.geometry |
Coordinate and distance representations.
|
| org.apache.lucene.spatial.geometry.shape |
Shape representations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FixedLatLng |
Deprecated.
|
class |
FloatLatLng |
Deprecated.
|
| 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.
|
| 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.
|
| Constructor | Description |
|---|---|
FixedLatLng(LatLng ll) |
Deprecated.
|
FloatLatLng(LatLng ll) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
LatLng |
LLRect.getLowerLeft() |
Deprecated.
|
LatLng |
LLRect.getMidpoint() |
Deprecated.
|
LatLng |
LLRect.getUpperRight() |
Deprecated.
|
| 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.
|
| Constructor | Description |
|---|---|
LLRect(LatLng ll,
LatLng ur) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.