Definition Type: Element
Name: Clothoid
Namespace: http://www.opengis.net/gml/3.2
Type: gml:ClothoidType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
A clothoid, or Cornu's spiral, is plane curve whose curvature is a fixed function of its length. refLocation, startParameter, endParameter and scaleFactor have the same meaning as specified in ISO 19107:2003, 6.4.22. interpolation is fixed as "clothoid". The content model follows the general pattern for the encoding of curve segments.
Collapse XSD Schema Diagram:
Drilldown into endParameter in schema geometryprimitives_xsd Drilldown into startParameter in schema geometryprimitives_xsd Drilldown into scaleFactor in schema geometryprimitives_xsd Drilldown into refLocation in schema geometryprimitives_xsd Drilldown into numDerivativeInterior in schema geometryprimitives_xsd Drilldown into numDerivativesAtEnd in schema geometryprimitives_xsd Drilldown into numDerivativesAtStart in schema geometryprimitives_xsd Drilldown into AbstractCurveSegmentType in schema geometryprimitives_xsd Drilldown into interpolation in schema geometryprimitives_xsd Drilldown into ClothoidType in schema geometryprimitives_xsdXSD Diagram of Clothoid in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Clothoid" type="gml:ClothoidType" substitutionGroup="gml:AbstractCurveSegment">
    <annotation>
        <documentation>A clothoid, or Cornu's spiral, is plane curve whose curvature is a fixed function of its length.
refLocation, startParameter, endParameter and scaleFactor have the same meaning as specified in ISO 19107:2003, 6.4.22.
interpolation is fixed as "clothoid".
The content model follows the general pattern for the encoding of curve segments.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
refLocation gml:refLocation (1) (1)
scaleFactor gml:scaleFactor (1) (1)
startParameter gml:startParameter (1) (1)
endParameter gml:endParameter (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
numDerivativesAtStart gml:numDerivativesAtStart 0 (Optional)
numDerivativesAtEnd gml:numDerivativesAtEnd 0 (Optional)
numDerivativeInterior gml:numDerivativeInterior 0 (Optional)
interpolation gml:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractCurveSegment