Class PolygonType


  • public class PolygonType
    extends AbstractSurfaceType
    A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.

    Java class for PolygonType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PolygonType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/>
             <element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>