Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type gml:GeodesicStringType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index186.tmp#id486 index186.tmp#id487 index186.tmp#id488 index186.tmp#id485 index187.tmp#id562 index188.tmp#id337 index189.tmp#id127 index190.tmp#id335 index191.tmp#id561
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Element gml:GeodesicString
Complex Type gml:GeodesicType
Model gml:posList | gml:pos | gml:pointProperty
Children gml:pointProperty, gml:pos, gml:posList
Attributes
QName Type Fixed Default Use Annotation
interpolation gml:CurveInterpolationType geodesic optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="GeodesicStringType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <choice>
        <element ref="gml:posList"/>
        <group ref="gml:geometricPositionGroup" minOccurs="2" maxOccurs="unbounded"/>
      </choice>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="geodesic"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:GeodesicStringType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: geodesic
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:GeodesicStringType
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="geodesic"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd