Class 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.

    • 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 info
        minTierIndexed - The minimum tier level indexed
        maxTierIndexed - 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.