Interface Polygon

All Superinterfaces:
AbstractGeometry, AbstractGML, AbstractSurface, Serializable
All Known Implementing Classes:
PolygonImpl, PolygonJTS

public interface Polygon extends AbstractSurface
POJO class for XML type PolygonType(@http://www.opengis.net/gml/3.2). This is a complex type.
  • Method Details

    • getExterior

      LinearRing getExterior()
      Gets the exterior property
    • isSetExterior

      boolean isSetExterior()
      Checks if exterior is set
    • setExterior

      void setExterior(LinearRing exterior)
      Sets the exterior property
    • getInteriorList

      List<LinearRing> getInteriorList()
      Gets the list of interior properties
    • getNumInteriors

      int getNumInteriors()
      Returns number of interior properties
    • addInterior

      void addInterior(LinearRing interior)
      Adds a new interior property