Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element gml:BSplineType / gml:degree
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type nonNegativeInteger
Properties
content: simple
Source
<element name="degree" type="nonNegativeInteger"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:BSplineType / gml:knot
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index390.tmp#id529 index390.tmp#id528
Type gml:KnotPropertyType
Properties
content: complex
minOccurs: 2
maxOccurs: unbounded
Model gml:Knot
Children gml:Knot
Instance
<gml:knot>
  <gml:Knot>{1,1}</gml:Knot>
</gml:knot>
Source
<element name="knot" type="gml:KnotPropertyType" minOccurs="2" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:BSplineType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index186.tmp#id486 index186.tmp#id487 index186.tmp#id488 index186.tmp#id485 index655.tmp#id534 index655.tmp#id535 index655.tmp#id536 index189.tmp#id127 index190.tmp#id335 index387.tmp#id336 index188.tmp#id337 index388.tmp#id128 index655.tmp#id526 index655.tmp#id527
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Element gml:BSpline
Complex Type gml:BezierType
Model (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:degree , gml:knot{2,unbounded}
Children gml:coordinates, gml:degree, gml:knot, gml:pointProperty, gml:pointRep, gml:pos, gml:posList
Attributes
QName Type Fixed Default Use Annotation
interpolation gml:CurveInterpolationType polynomialSpline optional
isPolynomial boolean optional
knotType gml:KnotTypesType optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="BSplineType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <choice>
          <choice minOccurs="0" maxOccurs="unbounded">
            <element ref="gml:pos"/>
            <element ref="gml:pointProperty"/>
            <element ref="gml:pointRep"/>
          </choice>
          <element ref="gml:posList"/>
          <element ref="gml:coordinates"/>
        </choice>
        <element name="degree" type="nonNegativeInteger"/>
        <element name="knot" type="gml:KnotPropertyType" minOccurs="2" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" default="polynomialSpline"/>
      <attribute name="isPolynomial" type="boolean"/>
      <attribute name="knotType" type="gml:KnotTypesType"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:BSplineType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
default: polynomialSpline
Facets
enumeration linear
enumeration geodesic
enumeration circularArc3Points
enumeration circularArc2PointWithBulge
enumeration circularArcCenterPointWithRadius
enumeration elliptical
enumeration clothoid
enumeration conic
enumeration polynomialSpline
enumeration cubicSpline
enumeration rationalSpline
Used by
Complex Type gml:BSplineType
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" default="polynomialSpline"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:BSplineType / @isPolynomial
Namespace No namespace
Type boolean
Properties
content: simple
Used by
Complex Type gml:BSplineType
Source
<attribute name="isPolynomial" type="boolean"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:BSplineType / @knotType
Namespace No namespace
Type gml:KnotTypesType
Properties
content: simple
Facets
enumeration uniform
enumeration quasiUniform
enumeration piecewiseBezier
Used by
Complex Type gml:BSplineType
Source
<attribute name="knotType" type="gml:KnotTypesType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd