Documentation for fieldgml

Element: PolygonPatch

[Table of contents]

  • This element can be used wherever the following element is referenced:
Name PolygonPatch
Type gml:PolygonPatchType
Nillable no
Abstract no
Logical Diagram
h-555188063 h1835983763
XML Instance Representation
<gml:PolygonPatch
interpolation="planar [0..1]

'The attribute \"interpolation\" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to \"planar\", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.'

"
>
<gml:exterior> ... </gml:exterior> [0..1]
<gml:interior> ... </gml:interior> [0..*]
</gml:PolygonPatch>
Diagram
h996208023
Schema Component Representation
<element name="PolygonPatch" type=" gml:PolygonPatchType " substitutionGroup="gml:_SurfacePatch"/>