Class Area.Circular

    • Constructor Detail

      • Circular

        public Circular​(Coordinate center,
                        double radius)
    • Method Detail

      • contains

        public final boolean contains​(Locatable locatable,
                                      boolean ignorePlane)
        Overrides:
        contains in class Area
      • getRadius

        public double getRadius()
      • getCoordinates

        public java.util.List<Coordinate> getCoordinates()
        Description copied from class: Area
        Gets a list of all coordinates within the area
        Specified by:
        getCoordinates in class Area
      • toRectangular

        public Area.Rectangular toRectangular()
        Description copied from class: Area
        Converts an Area into a Area.Rectangular that contains the entire Area
        Specified by:
        toRectangular in class Area
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class Area
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class Area
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Area