Definition Type: Attribute
Name: interpolation
Namespace: http://www.opengis.net/gml
Type: gml:CurveInterpolationType
Containing Schema: geometryPrimitives.xsd
Fixed geodesic
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 GeodesicString the interpolation is fixed as "geodesic".
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="geodesic">
    <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 
     GeodesicString the interpolation is fixed as "geodesic".</documentation>
    </annotation>
</attribute>
Collapse Derivation Tree: