public class CartesianPolyFilterBuilder
extends java.lang.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(java.lang.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(java.lang.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-2019 Apache Software Foundation. All Rights Reserved.