Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element gml:CubicSplineType / gml:vectorAtStart
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index193.tmp#id119 index41.tmp#id120 index194.tmp#id118 index195.tmp#id446
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 index193.tmp#id119 index41.tmp#id120 index194.tmp#id118 index195.tmp#id446
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 index172.tmp#id427 index172.tmp#id428 index172.tmp#id429 index172.tmp#id426 index173.tmp#id466 index173.tmp#id467 index174.tmp#id128 index132.tmp#id267 index175.tmp#id270 index176.tmp#id271 index177.tmp#id129 index173.tmp#id464 index173.tmp#id465
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