A B C D E F G H I K L M N O P R S T V X Y

A

A - Variable in class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated.  
add(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
add(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
addBox(double) - Method in class org.apache.lucene.spatial.tier.Shape
Deprecated.  
angularDistance(double, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. distance/radius.
arcDistance(LatLng) - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated. Calculates the distance between two lat/lng's in miles.
arcDistance(LatLng, DistanceUnits) - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated. Calculates the distance between two lat/lng's in miles or meters.
area() - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated.  
area() - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Deprecated. Return the area
area() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated. Return the area in units of lat-lng squared.
area() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  

B

B - Variable in class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated.  
bestFit(double) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated. Find the tier with the best fit for a bounding box Best fit is defined as the ceiling of log2 (circumference of earth / distance) distance is defined as the smallest box fitting the corner between a radius and a bounding box.

C

calculateMidpoint(LatLng) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
calculateMidpoint(LatLng) - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
calculateMidpoint(LatLng) - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated. Calculate the midpoint between this point an another.
CartesianPoint - Class in org.apache.lucene.spatial.geometry
Deprecated. 
CartesianPoint(int, int) - Constructor for class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated.  
CartesianPolyFilterBuilder - Class in org.apache.lucene.spatial.tier
Deprecated. 
CartesianPolyFilterBuilder(String, int, int) - Constructor for class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
Deprecated.  
CartesianShapeFilter - Class in org.apache.lucene.spatial.tier
Deprecated. 
CartesianTierPlotter - Class in org.apache.lucene.spatial.tier.projections
Deprecated. 
CartesianTierPlotter(int, IProjector, String) - Constructor for class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated.  
centroid() - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated.  
centroid() - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Deprecated. Return the centroid
centroid() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
cleanUp() - Method in class org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
Deprecated.  
contains(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated.  
contains(Point2D) - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Deprecated. Does the shape contain the given point
contains(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
convert(double, DistanceUnits) - Method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Converts the given distance in given DistanceUnit, to a distance in the unit represented by this
coords(double, double) - Method in interface org.apache.lucene.spatial.tier.projections.IProjector
Deprecated.  
coords(double, double) - Method in class org.apache.lucene.spatial.tier.projections.SinusoidalProjector
Deprecated.  
coordsAsString(double, double) - Method in interface org.apache.lucene.spatial.tier.projections.IProjector
Deprecated.  
coordsAsString(double, double) - Method in class org.apache.lucene.spatial.tier.projections.SinusoidalProjector
Deprecated.  
copy() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
copy() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
copy() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
createBox(LatLng, double, double) - Static method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated. Approximates a box centered at the given point with the given width and height in miles.

D

decode(String) - Static method in class org.apache.lucene.spatial.geohash.GeoHashUtils
Deprecated. Decodes the given geohash into a latitude and longitude
DEFALT_FIELD_PREFIX - Static variable in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated.  
DEG_180_AS_RADS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
DEG_225_AS_RADS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
DEG_270_AS_RADS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
DEG_45_AS_RADS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
DEG_90_AS_RADS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
DEGREES_TO_RADIANS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
distance(Point2D, Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated. Finds the distance of a specified point from the line segment and the closest point on the segment to the specified point.
distance - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
DistanceApproximation - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. This has been replaced with more accurate math in LLRect. This class will be removed in a future release.
DistanceApproximation() - Constructor for class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
DistanceFieldComparatorSource - Class in org.apache.lucene.spatial.tier
Deprecated. 
DistanceFieldComparatorSource(Filter) - Constructor for class org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
Deprecated.  
DistanceFilter - Class in org.apache.lucene.spatial.tier
Deprecated. 
DistanceFilter(Filter, double) - Constructor for class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated. Filters the startingFilter by precise distance checking filter
DistanceHandler - Class in org.apache.lucene.spatial.tier
Deprecated. 
DistanceHandler(Map<Integer, Double>, Map<String, Double>, DistanceHandler.Precision) - Constructor for class org.apache.lucene.spatial.tier.DistanceHandler
Deprecated.  
DistanceHandler.Precision - Enum in org.apache.lucene.spatial.tier
Deprecated.  
distanceLookupCache - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
DistanceQueryBuilder - Class in org.apache.lucene.spatial.tier
Deprecated. 
DistanceQueryBuilder(double, double, double, String, String, String, boolean, int, int) - Constructor for class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated. Create a distance query using a boundary box wrapper around a more precise DistanceFilter.
DistanceQueryBuilder(double, double, double, String, String, boolean, int, int) - Constructor for class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated. Create a distance query using a boundary box wrapper around a more precise DistanceFilter.
distances - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
DistanceUnits - Enum in org.apache.lucene.spatial.geometry
Deprecated. 
DistanceUtils - Class in org.apache.lucene.spatial
Deprecated. 
DistanceUtils() - Constructor for class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
dot(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
doubleToFixed(double) - Static method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  

E

EARTH_EQUATORIAL_RADIUS_KM - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
EARTH_EQUATORIAL_RADIUS_MI - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
EARTH_MEAN_RADIUS_KM - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated. The International Union of Geodesy and Geophysics says the Earth's mean radius in KM is: [1] http://en.wikipedia.org/wiki/Earth_radius
EARTH_MEAN_RADIUS_MI - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
earthCircumference() - Method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Returns the circumference of the Earth
earthRadius() - Method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Returns the average earth radius
Ellipse - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. 
Ellipse() - Constructor for class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated.  
Ellipse(Point2D, Point2D, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated. Constructor given bounding rectangle and a rotation.
encode(double, double) - Static method in class org.apache.lucene.spatial.geohash.GeoHashUtils
Deprecated. Encodes the given latitude and longitude into a geohash
equals(Object) - Method in class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Deprecated. Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
equals(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
equals(Object) - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated. Returns true if o is equal to this.
equals(Object) - Method in class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Deprecated. Returns true if o is equal to this.

F

findDistanceUnit(String) - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Returns the DistanceUnit which represents the given unit
FixedLatLng - Class in org.apache.lucene.spatial.geometry
Deprecated. 
FixedLatLng(int, int) - Constructor for class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
FixedLatLng(LatLng) - Constructor for class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
fixedToDouble(int) - Static method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
FloatLatLng - Class in org.apache.lucene.spatial.geometry
Deprecated. 
FloatLatLng(double, double) - Constructor for class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
FloatLatLng(LatLng) - Constructor for class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
fromCartesian(CartesianPoint) - Static method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated. The inverse of toCartesian().

G

GeoHashDistanceFilter - Class in org.apache.lucene.spatial.geohash
Deprecated. 
GeoHashDistanceFilter(Filter, double, double, double, String) - Constructor for class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Deprecated. Provide a distance filter based from a center point with a radius in miles
GeoHashUtils - Class in org.apache.lucene.spatial.geohash
Deprecated. 
Geometry2D - Interface in org.apache.lucene.spatial.geometry.shape
Deprecated. 
getArea() - Method in class org.apache.lucene.spatial.tier.Shape
Deprecated.  
getBoundary(double, double, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
getBoundingArea(double, double, double) - Method in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
Deprecated.  
getBoxShape(double, double, double) - Method in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
Deprecated.  
getDistance(int) - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
getDistance(int, double, double, double, double) - Method in class org.apache.lucene.spatial.tier.DistanceHandler
Deprecated.  
getDistanceFilter() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
getDistanceMi(double, double, double, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
getDistances() - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
getDistanceSq(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
getDistanceSq(double, double, double, double) - Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
getDocIdSet(IndexReader) - Method in class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Deprecated.  
getDocIdSet(IndexReader) - Method in class org.apache.lucene.spatial.tier.CartesianShapeFilter
Deprecated.  
getDocIdSet(IndexReader) - Method in class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Deprecated.  
getFilter() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated. Create a distance query using a boundary box wrapper around a more precise DistanceFilter.
getFilter(Query) - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
getFixedLat() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
getFixedLat() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
getFixedLat() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
getFixedLng() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
getFixedLng() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
getFixedLng() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
getLat() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
getLat() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
getLat() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
getLat() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
getLLMDistance(double, double, double, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
getLng() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
getLng() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
getLng() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
getLng() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
getLowerLeft() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
getMaxPoint() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
getMidpoint() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
getMiles() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
getMilesPerLatDeg() - Static method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
getMilesPerLngDeg(double) - Static method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
getMinPoint() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
getPrecision(double, DistanceHandler.Precision) - Static method in class org.apache.lucene.spatial.tier.DistanceHandler
Deprecated.  
getPrecision() - Method in class org.apache.lucene.spatial.tier.DistanceHandler
Deprecated.  
getQuery(Query) - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
getShapeLoop(Shape, CartesianTierPlotter, double, double, double, double) - Method in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
Deprecated.  
getTierBoxId(double, double) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated. TierBoxId is latitude box id + longitude box id where latitude box id, and longitude box id are transposed in to position coordinates.
getTierFieldName() - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated. get the string name representing current tier _localTier<tiedId>
getTierFieldName(int) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated. get the string name representing tierId _localTier<tierId>
getTierId() - Method in class org.apache.lucene.spatial.tier.Shape
Deprecated.  
getTierVerticalPosDivider() - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated.  
getUnit() - Method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Returns the string representation of the distance unit
getUpperRight() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
getX() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated.  
getX() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
getX() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
getY() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated.  
getY() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
getY() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  

H

hashCode() - Method in class org.apache.lucene.spatial.geohash.GeoHashDistanceFilter
Deprecated. Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
hashCode() - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated. Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Deprecated. Returns a hash code value for this object.
haversine(double, double, double, double, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Computes the haversine distance between two points.

I

intersect(LineSegment, Point2D, Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated. Determines if a line segment intersects the ellipse and if so finds the point(s) of intersection.
intersect(Rectangle) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated.  
intersect(Rectangle) - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Deprecated. Returns information about how this shape intersects the given rectangle
intersect(Rectangle) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
IntersectCase - Enum in org.apache.lucene.spatial.geometry.shape
Deprecated. 
InvalidGeoException - Exception in org.apache.lucene.spatial.tier
Deprecated. 
InvalidGeoException(String) - Constructor for exception org.apache.lucene.spatial.tier.InvalidGeoException
Deprecated.  
IProjector - Interface in org.apache.lucene.spatial.tier.projections
Deprecated. 
isFixedPoint() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
isFixedPoint() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
isFixedPoint() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
isInside(double) - Method in class org.apache.lucene.spatial.tier.Shape
Deprecated.  
isNormalized() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
isNormalized() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
isNormalized() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  

K

KILOMETERS_PER_MILE - Static variable in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
KM_TO_MILES - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  

L

LatLng - Class in org.apache.lucene.spatial.geometry
Deprecated. 
LatLng() - Constructor for class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
latLonCorner(double, double, double, double[], boolean, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Uses Haversine to calculate the corner of a box (upper right or lower left) that is the distance away, given a sphere of the specified radius.
latLonCornerDegs(double, double, double, double[], boolean, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
LatLongDistanceFilter - Class in org.apache.lucene.spatial.tier
Deprecated. 
LatLongDistanceFilter(Filter, double, double, double, String, String) - Constructor for class org.apache.lucene.spatial.tier.LatLongDistanceFilter
Deprecated. Provide a distance filter based from a center point with a radius in miles.
LineSegment - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. 
LineSegment() - Constructor for class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated.  
LineSegment(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.LineSegment
Deprecated.  
LLRect - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. 
LLRect(LatLng, LatLng) - Constructor for class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
LLRect(LLRect) - Constructor for class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
log2(double) - Method in class org.apache.lucene.spatial.tier.projections.CartesianTierPlotter
Deprecated. a log to the base 2 formula Math.log(value) / Math.log(2)

M

MILES_FLOOR - Static variable in class org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
Deprecated.  
MILES_PER_LATITUDE - Static variable in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
MILES_TO_KM - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
mult(double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  

N

newComparator(String, int, int, boolean) - Method in class org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
Deprecated.  
nextDocBase - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
norm() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
normalize() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
normalize() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
normalize() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
normLat(double[]) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
normLng(double[]) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Returns a normalized Lng rectangle shape for the bounding box
normSqr() - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated. Vector length (magnitude) squared

O

org.apache.lucene.spatial - package org.apache.lucene.spatial
Support for geospatial search.
org.apache.lucene.spatial.geohash - package org.apache.lucene.spatial.geohash
Support for Geohash encoding, decoding, and filtering.
org.apache.lucene.spatial.geometry - package org.apache.lucene.spatial.geometry
Coordinate and distance representations.
org.apache.lucene.spatial.geometry.shape - package org.apache.lucene.spatial.geometry.shape
Shape representations.
org.apache.lucene.spatial.tier - package org.apache.lucene.spatial.tier
Support for filtering based upon geographic location.
org.apache.lucene.spatial.tier.projections - package org.apache.lucene.spatial.tier.projections
Spatial projections.

P

parseLatitudeLongitude(String) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
parseLatitudeLongitude(double[], String) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. extract (by calling DistanceUtils.parsePoint(String[], String, int) and validate the latitude and longitude contained in the String by making sure the latitude is between 90 & -90 and longitude is between -180 and 180.
parsePoint(String[], String, int) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Given a string containing dimension values encoded in it, separated by commas, return a String array of length dimension containing the values.
parsePointDouble(double[], String, int) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Given a string containing dimension values encoded in it, separated by commas, return a double array of length dimension containing the values.
Point2D - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. 
Point2D(double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
Point2D() - Constructor for class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
Point2D(Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
pointOnBearing(double, double, double, double, double[], double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Given a start point (startLat, startLon) and a bearing on a sphere of radius sphereRadius, return the destination point.
precise - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  

R

RADIANS_TO_DEGREES - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
Rectangle - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. 
Rectangle() - Constructor for class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
Rectangle(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
Rectangle(double, double, double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
reset() - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated. You must call this before re-using this DistanceFilter across searches

S

SCALE_FACTOR - Static variable in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
SCALE_FACTOR_INT - Static variable in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
set(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
set(Point2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
set(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
set(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
setDistances(Map<Integer, Double>) - Method in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  
setLat(int) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
setLng(int) - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
setTestPoint(double, double) - Method in class org.apache.lucene.spatial.geometry.shape.DistanceApproximation
Deprecated.  
setX(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
setX(double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
setY(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
setY(double) - Method in class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
Shape - Class in org.apache.lucene.spatial.tier
Deprecated. 
Shape(String) - Constructor for class org.apache.lucene.spatial.tier.Shape
Deprecated.  
SIN_45_AS_RADS - Static variable in class org.apache.lucene.spatial.DistanceUtils
Deprecated.  
SinusoidalProjector - Class in org.apache.lucene.spatial.tier.projections
Deprecated. Until we can put in place proper tests and a proper fix.
SinusoidalProjector() - Constructor for class org.apache.lucene.spatial.tier.projections.SinusoidalProjector
Deprecated.  
squaredEuclideanDistance(double[], double[]) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. The square of the Euclidean Distance.
startingFilter - Variable in class org.apache.lucene.spatial.tier.DistanceFilter
Deprecated.  

T

toCartesian() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated. Convert the lat/lng into the cartesian coordinate plane such that all world coordinates are represented in the first quadrant.
toFixed() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
toFixed() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
toFixed() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
toFloat() - Method in class org.apache.lucene.spatial.geometry.FixedLatLng
Deprecated.  
toFloat() - Method in class org.apache.lucene.spatial.geometry.FloatLatLng
Deprecated.  
toFloat() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
toRectangle() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated. Returns a rectangle shape for the bounding box
toString() - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated.  
toString() - Method in class org.apache.lucene.spatial.geometry.LatLng
Deprecated.  
toString() - Method in class org.apache.lucene.spatial.geometry.shape.LLRect
Deprecated.  
toString() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
toString() - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  
toString() - Method in class org.apache.lucene.spatial.tier.DistanceQueryBuilder
Deprecated.  
translate(int, int) - Method in class org.apache.lucene.spatial.geometry.CartesianPoint
Deprecated. Return a new point translated in the x and y dimensions
translate(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Ellipse
Deprecated.  
translate(Vector2D) - Method in interface org.apache.lucene.spatial.geometry.shape.Geometry2D
Deprecated. Translate according to the vector
translate(Vector2D) - Method in class org.apache.lucene.spatial.geometry.shape.Rectangle
Deprecated.  

V

valueOf(String) - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.spatial.geometry.shape.IntersectCase
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.spatial.tier.DistanceHandler.Precision
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.spatial.geometry.shape.IntersectCase
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.lucene.spatial.tier.DistanceHandler.Precision
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
Vector2D - Class in org.apache.lucene.spatial.geometry.shape
Deprecated. 
Vector2D(double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated. Create a vector from the origin of the coordinate system to the given point
Vector2D(Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated. Create a vector from the origin of the coordinate system to the given point
Vector2D(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated. Create a vector from one point to another
Vector2D() - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
Vector2D(Vector2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
Deprecated.  
vectorBoxCorner(double[], double[], double, boolean) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Return the coordinates of a vector that is the corner of a box (upper right or lower left), assuming a Rectangular coordinate system.
vectorDistance(double[], double[], double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Calculate the p-norm (i.e.
vectorDistance(double[], double[], double, double) - Static method in class org.apache.lucene.spatial.DistanceUtils
Deprecated. Calculate the p-norm (i.e.

X

x() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
x(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  

Y

y() - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  
y(double) - Method in class org.apache.lucene.spatial.geometry.shape.Point2D
Deprecated.  

A B C D E F G H I K L M N O P R S T V X Y