Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element gml:KnotPropertyType / gml:Knot
Namespace http://www.opengis.net/gml/3.2
Annotations
A knot is a breakpoint on a piecewise spline curve.
value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2).
multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight).
weight is the value of the averaging weight used for this knot of the spline.
Diagram
Diagram index607.tmp#id515 index607.tmp#id516 index607.tmp#id517 index607.tmp#id514
Type gml:KnotType
Properties
content: complex
Model gml:value , gml:multiplicity , gml:weight
Children gml:multiplicity, gml:value, gml:weight
Instance
<gml:Knot>
  <gml:value>{1,1}</gml:value>
  <gml:multiplicity>{1,1}</gml:multiplicity>
  <gml:weight>{1,1}</gml:weight>
</gml:Knot>
Source
<element name="Knot" type="gml:KnotType">
  <annotation>
    <documentation>A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:KnotPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:KnotPropertyType encapsulates a knot to use it in a geometric type.
Diagram
Diagram index537.tmp#id513
Used by
Model gml:Knot
Children gml:Knot
Source
<complexType name="KnotPropertyType">
  <annotation>
    <documentation>gml:KnotPropertyType encapsulates a knot to use it in a geometric type.</documentation>
  </annotation>
  <sequence>
    <element name="Knot" type="gml:KnotType">
      <annotation>
        <documentation>A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd