Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element gml:ClothoidType / gml:refLocation
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index1159.tmp#id545
Properties
content: complex
Model gml:AffinePlacement
Children gml:AffinePlacement
Instance
<gml:refLocation>
  <gml:AffinePlacement>{1,1}</gml:AffinePlacement>
</gml:refLocation>
Source
<element name="refLocation">
  <complexType>
    <sequence>
      <element ref="gml:AffinePlacement"/>
    </sequence>
  </complexType>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:ClothoidType / gml:scaleFactor
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type decimal
Properties
content: simple
Source
<element name="scaleFactor" type="decimal"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:ClothoidType / gml:startParameter
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="startParameter" type="double"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:ClothoidType / gml:endParameter
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="endParameter" type="double"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:ClothoidType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index88.tmp#id478 index88.tmp#id479 index88.tmp#id480 index88.tmp#id477 index252.tmp#id551 index252.tmp#id547 index252.tmp#id548 index252.tmp#id549 index252.tmp#id550
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Element gml:Clothoid
Model gml:refLocation , gml:scaleFactor , gml:startParameter , gml:endParameter
Children gml:endParameter, gml:refLocation, gml:scaleFactor, gml:startParameter
Attributes
QName Type Fixed Default Use Annotation
interpolation gml:CurveInterpolationType clothoid optional
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="ClothoidType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <element name="refLocation">
          <complexType>
            <sequence>
              <element ref="gml:AffinePlacement"/>
            </sequence>
          </complexType>
        </element>
        <element name="scaleFactor" type="decimal"/>
        <element name="startParameter" type="double"/>
        <element name="endParameter" type="double"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="clothoid"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:ClothoidType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: clothoid
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:ClothoidType
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="clothoid"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd