Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type gml:ArcStringType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index161.tmp#id251 index161.tmp#id252 index161.tmp#id253 index161.tmp#id250 index162.tmp#id434 index162.tmp#id435 index163.tmp#id128 index164.tmp#id263 index165.tmp#id267 index166.tmp#id268 index167.tmp#id129
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Element gml:ArcString
Complex Type gml:ArcType
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 circularArc3Points optional
numArc integer optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="ArcStringType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <choice>
          <choice minOccurs="3" 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="circularArc3Points"/>
      <attribute name="numArc" type="integer"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:ArcStringType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: circularArc3Points
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:ArcStringType
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArc3Points"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:ArcStringType / @numArc
Namespace No namespace
Type integer
Properties
content: simple
Used by
Complex Type gml:ArcStringType
Source
<attribute name="numArc" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd