Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element gml:BezierType / 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:BezierType / gml:knot
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index84.tmp#id486 index84.tmp#id485
Type gml:KnotPropertyType
Properties
content: complex
minOccurs: 2
maxOccurs: 2
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="2"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:BezierType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index26.tmp#id244 index26.tmp#id245 index26.tmp#id246 index26.tmp#id243 index588.tmp#id491 index588.tmp#id492 index588.tmp#id493 index28.tmp#id121 index29.tmp#id256 index30.tmp#id260 index31.tmp#id261 index32.tmp#id122 index588.tmp#id483 index588.tmp#id484 index588.tmp#id482 index735.tmp#id498 index735.tmp#id499 index735.tmp#id500 index28.tmp#id121 index29.tmp#id256 index30.tmp#id260 index31.tmp#id261 index32.tmp#id122 index735.tmp#id496 index735.tmp#id497
Type restriction of gml:BSplineType
Type hierarchy
Used by
Element gml:Bezier
Model (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:degree , gml:knot{2,2}
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 true optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="BezierType">
  <complexContent>
    <restriction base="gml:BSplineType">
      <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="2"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="polynomialSpline"/>
      <attribute name="isPolynomial" type="boolean" fixed="true"/>
      <attribute name="knotType" type="gml:KnotTypesType" use="prohibited"/>
    </restriction>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:BezierType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: 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:BezierType
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="polynomialSpline"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:BezierType / @isPolynomial
Namespace No namespace
Type boolean
Properties
fixed: true
Used by
Complex Type gml:BezierType
Source
<attribute name="isPolynomial" type="boolean" fixed="true"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:BezierType / @knotType
Namespace No namespace
Type gml:KnotTypesType
Properties
use: prohibited
Facets
enumeration uniform
enumeration quasiUniform
enumeration piecewiseBezier
Used by
Complex Type gml:BezierType
Source
<attribute name="knotType" type="gml:KnotTypesType" use="prohibited"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd