Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type gml:LineStringSegmentType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index61.tmp#id468 index61.tmp#id469 index61.tmp#id470 index61.tmp#id467 index1309.tmp#id477 index66.tmp#id120 index314.tmp#id259 index315.tmp#id262 index316.tmp#id263 index317.tmp#id121
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Model (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates)
Children gml:coordinates, gml:pointProperty, gml:pointRep, gml:pos, gml:posList
Attributes
QName Type Fixed Default Use Annotation
interpolation gml:CurveInterpolationType linear optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="LineStringSegmentType">
  <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>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="linear"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:LineStringSegmentType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: linear
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
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="linear"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd