Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element gml:CubicSplineType / gml:vectorAtStart
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index31.tmp#id108 index15.tmp#id109 index32.tmp#id107 index33.tmp#id630
Type gml:VectorType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="vectorAtStart" type="gml:VectorType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:CubicSplineType / gml:vectorAtEnd
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index31.tmp#id108 index15.tmp#id109 index32.tmp#id107 index33.tmp#id630
Type gml:VectorType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="vectorAtEnd" type="gml:VectorType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:CubicSplineType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index35.tmp#id612 index35.tmp#id613 index35.tmp#id614 index35.tmp#id611 index278.tmp#id650 index278.tmp#id651 index163.tmp#id117 index171.tmp#id440 index172.tmp#id444 index173.tmp#id445 index174.tmp#id118 index278.tmp#id648 index278.tmp#id649
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Element gml:CubicSpline
Model (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:vectorAtStart , gml:vectorAtEnd
Children gml:coordinates, gml:pointProperty, gml:pointRep, gml:pos, gml:posList, gml:vectorAtEnd, gml:vectorAtStart
Attributes
QName Type Fixed Default Use Annotation
degree integer 3 optional
interpolation gml:CurveInterpolationType cubicSpline optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="CubicSplineType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <choice>
          <choice minOccurs="2" 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="vectorAtStart" type="gml:VectorType"/>
        <element name="vectorAtEnd" type="gml:VectorType"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="cubicSpline"/>
      <attribute name="degree" type="integer" fixed="3"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:CubicSplineType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: cubicSpline
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:CubicSplineType
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="cubicSpline"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:CubicSplineType / @degree
Namespace No namespace
Type integer
Properties
fixed: 3
Used by
Complex Type gml:CubicSplineType
Source
<attribute name="degree" type="integer" fixed="3"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd