Class SpatialOptions


  • public class SpatialOptions
    extends Object
    • Field Detail

      • pointStr

        public String pointStr
      • distance

        public double distance
      • measStr

        public String measStr
      • radius

        public double radius
      • bbox

        public boolean bbox
        Just do a "bounding box" - or any other quicker method / shape that still encompasses all of the points of interest, but may also encompass points outside.
    • Constructor Detail

      • SpatialOptions

        public SpatialOptions()
      • SpatialOptions

        public SpatialOptions​(String pointStr,
                              double dist,
                              SchemaField sf,
                              String measStr,
                              double radius)