Package org.apache.lucene.spatial.tier
Class CartesianPolyFilterBuilder
- java.lang.Object
-
- org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
-
@Deprecated public class CartesianPolyFilterBuilder extends Object
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
-
-
Field Summary
Fields Modifier and Type Field Description static doubleMILES_FLOORDeprecated.
-
Constructor Summary
Constructors Constructor Description CartesianPolyFilterBuilder(String tierPrefix, int minTierIndexed, int maxTierIndexed)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.lucene.search.FiltergetBoundingArea(double latitude, double longitude, double miles)Deprecated.ShapegetBoxShape(double latitude, double longitude, double miles)Deprecated.ShapegetShapeLoop(Shape shape, CartesianTierPlotter ctp, double latX, double longX, double latY, double longY)Deprecated.
-
-
-
Field Detail
-
MILES_FLOOR
public static final double MILES_FLOOR
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CartesianPolyFilterBuilder
public CartesianPolyFilterBuilder(String tierPrefix, int minTierIndexed, int maxTierIndexed)
Deprecated.- Parameters:
tierPrefix- The prefix for the name of the fields containing the tier infominTierIndexed- The minimum tier level indexedmaxTierIndexed- The maximum tier level indexed
-
-
Method Detail
-
getBoxShape
public Shape getBoxShape(double latitude, double longitude, double miles)
Deprecated.
-
getShapeLoop
public Shape getShapeLoop(Shape shape, CartesianTierPlotter ctp, double latX, double longX, double latY, double longY)
Deprecated.
-
getBoundingArea
public org.apache.lucene.search.Filter getBoundingArea(double latitude, double longitude, double miles)Deprecated.
-
-