public class CartesianPolyFilterBuilder extends Object
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Modifier and Type | Field and Description |
---|---|
static double |
MILES_FLOOR |
Constructor and Description |
---|
CartesianPolyFilterBuilder(String tierPrefix) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Filter |
getBoundingArea(double latitude,
double longitude,
double miles) |
Shape |
getBoxShape(double latitude,
double longitude,
double miles) |
public static final double MILES_FLOOR
public CartesianPolyFilterBuilder(String tierPrefix)
public Shape getBoxShape(double latitude, double longitude, double miles)
public org.apache.lucene.search.Filter getBoundingArea(double latitude, double longitude, double miles)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.