Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type gml:LineStringSegmentType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index35.tmp#id612 index35.tmp#id613 index35.tmp#id614 index35.tmp#id611 index1269.tmp#id620 index163.tmp#id117 index171.tmp#id440 index172.tmp#id444 index173.tmp#id445 index174.tmp#id118
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