Class Area.Polygonal

    • Constructor Detail

      • Polygonal

        public Polygonal​(Coordinate... vertices)
    • Method Detail

      • getVertices

        public java.util.List<Coordinate> getVertices()
        Gets a list of the vertices that were used to build this Area.
      • 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
      • contains

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

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