Class BoundingRadius


  • public class BoundingRadius
    extends Bounding
    Bounding Radius takes a point as defined in radians. Latitude and Longtitude and the radius on the arc. The radius on the arc must be in meters.
    • Constructor Detail

      • BoundingRadius

        public BoundingRadius()
    • Method Detail

      • getLatitude

        public Double getLatitude()
      • setLatitude

        protected void setLatitude​(Double latitude)
      • getLongitude

        public Double getLongitude()
      • setLongitude

        protected void setLongitude​(Double longitude)
      • getRadius

        public Double getRadius()
      • setRadius

        protected void setRadius​(Double radius)
      • validate

        public void validate()
        Description copied from class: Bounding
        validates the Longitude and Latitude is valid for the Bounding area.
        Specified by:
        validate in class Bounding
      • getType

        public BoundingType getType()
        Description copied from class: Bounding
        returns the bounding type - radius or box.
        Specified by:
        getType in class Bounding
        Returns: