gml:GeodesicString

A sequence of geodesic segments. 
The number of control points shall be at least two.
interpolation is fixed as "geodesic".
The content model follows the general pattern for the encoding of curve segments.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
interpolation gml:CurveInterpolationType geodesic optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional

Source

<element name="GeodesicString" type="gml:GeodesicStringType" substitutionGroup="gml:AbstractCurveSegment">
  <annotation>
    <documentation>A sequence of geodesic segments. The number of control points shall be at least two. interpolation is fixed as "geodesic". The content model follows the general pattern for the encoding of curve segments.</documentation>
  </annotation>
</element>

Sample