Showing:

Annotations
Diagrams
Properties
Source
Used by
Element gml:KnotType / gml:value
Namespace http://www.opengis.net/gml
Annotations
The property "value" is the value of the parameter at the knot of the spline. The sequence of knots shall be a non-decreasing sequence. That is, each knot's value in the sequence shall be equal to or greater than the previous knot's value. The use of equal consecutive knots is normally handled using the multiplicity.
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="value" type="double">
  <annotation>
    <documentation>The property "value" is the value of the parameter at the knot of the spline. The sequence of knots shall be a non-decreasing sequence. That is, each knot's value in the sequence shall be equal to or greater than the previous knot's value. The use of equal consecutive knots is normally handled using the multiplicity.</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd
Element gml:KnotType / gml:multiplicity
Namespace http://www.opengis.net/gml
Annotations
The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).
Diagram
Diagram
Type nonNegativeInteger
Properties
content: simple
Source
<element name="multiplicity" type="nonNegativeInteger">
  <annotation>
    <documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd
Element gml:KnotType / gml:weight
Namespace http://www.opengis.net/gml
Annotations
The property "weight" is the value of the averaging weight used for this knot of the spline.
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="weight" type="double">
  <annotation>
    <documentation>The property "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.1.1/base/geometryPrimitives.xsd
Complex Type gml:KnotType
Namespace http://www.opengis.net/gml
Annotations
A knot is a breakpoint on a piecewise spline curve.
Diagram
Diagram index443.tmp#id624 index443.tmp#id625 index443.tmp#id626
Used by
Model gml:value , gml:multiplicity , gml:weight
Children gml:multiplicity, gml:value, gml:weight
Source
<complexType name="KnotType">
  <annotation>
    <documentation>A knot is a breakpoint on a piecewise spline curve.</documentation>
  </annotation>
  <sequence>
    <element name="value" type="double">
      <annotation>
        <documentation>The property "value" is the value of the parameter at the knot of the spline. The sequence of knots shall be a non-decreasing sequence. That is, each knot's value in the sequence shall be equal to or greater than the previous knot's value. The use of equal consecutive knots is normally handled using the multiplicity.</documentation>
      </annotation>
    </element>
    <element name="multiplicity" type="nonNegativeInteger">
      <annotation>
        <documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</documentation>
      </annotation>
    </element>
    <element name="weight" type="double">
      <annotation>
        <documentation>The property "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.1.1/base/geometryPrimitives.xsd