Definition Type: Attribute
Name: interpolation
Namespace: http://www.opengis.net/gml
Type: gml:CurveInterpolationType
Containing Schema: geometryPrimitives.xsd
Fixed circularArc3Points
Use (Optional)
Documentation:
The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For an ArcString the interpolation is fixed as "circularArc3Points".
Collapse XSD Schema Diagram:
XSD Diagram of interpolation in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArc3Points">
    <annotation>
        <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism
uses the control points and control parameters to determine the position of this curve segment. For an ArcString the interpolation is fixed as "circularArc3Points".</documentation>
    </annotation>
</attribute>
Collapse Derivation Tree: