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 double
MILES_FLOOR
Deprecated.
-
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 Filter
getBoundingArea(double latitude, double longitude, double miles)
Deprecated.Shape
getBoxShape(double latitude, double longitude, double miles)
Deprecated.Shape
getShapeLoop(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 Filter getBoundingArea(double latitude, double longitude, double miles)
Deprecated.
-
-