Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element gml:CubicSplineType / gml:vectorAtStart
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index107.tmp#id116 index96.tmp#id117 index108.tmp#id115 index109.tmp#id282
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 index107.tmp#id116 index96.tmp#id117 index108.tmp#id115 index109.tmp#id282
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 index142.tmp#id400 index142.tmp#id401 index142.tmp#id402 index142.tmp#id399 index334.tmp#id443 index334.tmp#id444 index144.tmp#id125 index145.tmp#id409 index146.tmp#id410 index147.tmp#id411 index148.tmp#id126 index334.tmp#id441 index334.tmp#id442
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