Class Bounding

  • Direct Known Subclasses:
    BoundingBox, BoundingMissing, BoundingRadius

    public abstract class Bounding
    extends Object
    Bounding defines an area that is searched with a location. There are default constraints included in this implementation.
    • Constructor Detail

      • Bounding

        public Bounding()
    • Method Detail

      • setInstance

        public void setInstance​(int instance)
        sets the instance number
      • instance

        public int instance()
        Returns:
        the instance of the parameter
      • validate

        public abstract void validate()
        validates the Longitude and Latitude is valid for the Bounding area.
      • getDataPoints

        public abstract List<Double> getDataPoints()
        gets the coordinates in an ordered list
        Returns:
      • getType

        public abstract BoundingType getType()
        returns the bounding type - radius or box.
        Returns: