Class Area.Absolute

    • Constructor Detail

      • Absolute

        public Absolute​(java.util.Collection<Coordinate> coordinates)
      • Absolute

        public Absolute​(Coordinate... coordinates)
    • Method Detail

      • 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
      • hashCode

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

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

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