Documentation for fieldgml

Element: Rectangle

[Table of contents]

  • This element can be used wherever the following element is referenced:
Name Rectangle
Type gml:RectangleType
Nillable no
Abstract no
Logical Diagram
h-555188063
XML Instance Representation
<gml:Rectangle
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> [1]

'Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.'

</gml:Rectangle>
Diagram
h996208023
Schema Component Representation
<element name="Rectangle" type=" gml:RectangleType " substitutionGroup="gml:_SurfacePatch"/>