Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type gml:GeodesicStringType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index26.tmp#id244 index26.tmp#id245 index26.tmp#id246 index26.tmp#id243 index166.tmp#id519 index31.tmp#id261 index28.tmp#id121 index29.tmp#id256 index167.tmp#id518
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