org.apache.lucene.spatial.tier
Class CartesianPolyFilterBuilder
java.lang.Object
org.apache.lucene.spatial.tier.CartesianPolyFilterBuilder
public class CartesianPolyFilterBuilder
- extends Object
NOTE: This API is still in
flux and might change in incompatible ways in the next
release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MILES_FLOOR
public static final double MILES_FLOOR
- See Also:
- Constant Field Values
CartesianPolyFilterBuilder
public CartesianPolyFilterBuilder(String tierPrefix,
int minTierIndexed,
int maxTierIndexed)
- Parameters:
tierPrefix
- The prefix for the name of the fields containing the tier infominTierIndexed
- The minimum tier level indexedmaxTierIndexed
- The maximum tier level indexed
getBoxShape
public Shape getBoxShape(double latitude,
double longitude,
double miles)
getShapeLoop
public Shape getShapeLoop(Shape shape,
CartesianTierPlotter ctp,
double latX,
double longX,
double latY,
double longY)
getBoundingArea
public Filter getBoundingArea(double latitude,
double longitude,
double miles)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.