gml:KnotTypesType

This enumeration type specifies values for the knots' type (see ISO 19107:2003, 6.4.25).

Simple Type Information

Used By

Source

<simpleType name="KnotTypesType">
  <annotation>
    <documentation>This enumeration type specifies values for the knots' type (see ISO 19107:2003, 6.4.25).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="uniform"/>
    <enumeration value="quasiUniform"/>
    <enumeration value="piecewiseBezier"/>
  </restriction>
</simpleType>