Class PolygonPatchType


  • public class PolygonPatchType
    extends AbstractSurfacePatchType
    A PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. The curves are coplanar and the polygon uses planar interpolation in its interior. Implements GM_Polygon of ISO 19107.

    Java class for PolygonPatchType complex type.

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

     <complexType name="PolygonPatchType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/>
             <element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" />
         </extension>
       </complexContent>
     </complexType>