diagram | ![]() |
||
namespace | http://www.opengis.net/gml | ||
children | gml:value gml:multiplicity gml:weight | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="KnotType"> <xs:annotation> <xs:documentation>A knot is a breakpoint on a piecewise spline curve.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="value" type="double"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="multiplicity" type="nonNegativeInteger"> <xs:annotation> <xs:documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="weight" type="double"> <xs:annotation> <xs:documentation>The property "weight" is the value of the averaging weight used for this knot of the spline.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://www.opengis.net/gml | ||||
type | xs:double | ||||
properties |
|
||||
used by |
|
||||
annotation |
|
||||
source | <xs:element name="value" type="double"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.opengis.net/gml | ||||
type | xs:nonNegativeInteger | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="multiplicity" type="nonNegativeInteger"> <xs:annotation> <xs:documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.opengis.net/gml | ||||
type | xs:double | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="weight" type="double"> <xs:annotation> <xs:documentation>The property "weight" is the value of the averaging weight used for this knot of the spline.</xs:documentation> </xs:annotation> </xs:element> |