@Deprecated 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
Deprecated.
|
Constructor and Description |
---|
CartesianPolyFilterBuilder(String tierPrefix,
int minTierIndexed,
int maxTierIndexed)
Deprecated.
|
Modifier and Type | Method and 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.
|
public static final double MILES_FLOOR
public CartesianPolyFilterBuilder(String tierPrefix, int minTierIndexed, int maxTierIndexed)
tierPrefix
- The prefix for the name of the fields containing the tier infominTierIndexed
- The minimum tier level indexedmaxTierIndexed
- The maximum tier level indexedpublic Shape getBoxShape(double latitude, double longitude, double miles)
public Shape getShapeLoop(Shape shape, CartesianTierPlotter ctp, double latX, double longX, double latY, double longY)
public Filter getBoundingArea(double latitude, double longitude, double miles)