Definition Type: Element
Name: PolygonPatch
Namespace: http://www.opengis.net/gml/3.2
Type: gml:PolygonPatchType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
A gml: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 shall be coplanar and the polygon uses planar interpolation in its interior. interpolation is fixed to "planar", i.e. an interpolation shall return points on a single plane. The boundary of the patch shall be contained within that plane.
Collapse XSD Schema Diagram:
Drilldown into interior in schema geometrybasic2d_xsd Drilldown into exterior in schema geometrybasic2d_xsd Drilldown into AbstractSurfacePatchType in schema geometryprimitives_xsd Drilldown into interpolation in schema geometryprimitives_xsd Drilldown into PolygonPatchType in schema geometryprimitives_xsdXSD Diagram of PolygonPatch in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="PolygonPatch" type="gml:PolygonPatchType" substitutionGroup="gml:AbstractSurfacePatch">
    <annotation>
        <documentation>A gml: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 shall be coplanar and the polygon uses planar interpolation in its interior. 
interpolation is fixed to "planar", i.e. an interpolation shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exterior gml:exterior 0 (1)
interior gml:interior 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
interpolation gml:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractSurfacePatch