Definition Type: Attribute
Name: interpolation
Namespace: http://www.opengis.net/gml
Type: gml:SurfaceInterpolationType
Containing Schema: geometryPrimitives.xsd
Fixed planar
Use (Optional)
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of interpolation in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar">
    <annotation>
        <documentation>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.</documentation>
    </annotation>
</attribute>
Collapse Derivation Tree: