Schema Central > NIEM 3.0 > geometryPrimitives.xsd > gml:Clothoid
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:Clothoid

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.

Element information

Type: gml:ClothoidType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
numDerivativesAtStart [0..1]xsd:integerDefault value is "0". from type gml:AbstractCurveSegmentType
numDerivativesAtEnd [0..1]xsd:integerDefault value is "0". from type gml:AbstractCurveSegmentType
numDerivativeInterior [0..1]xsd:integerDefault value is "0". from type gml:AbstractCurveSegmentType
interpolation [0..1]gml:CurveInterpolationTypeFixed value is "clothoid".

Used in

Substitution hierarchy

Sample instance

<gml:Clothoid>
   <gml:refLocation>
      <gml:AffinePlacement>
         <gml:location>1.0 1.0</gml:location>
         <gml:refDirection>1.0 1.0</gml:refDirection>
         <gml:inDimension>1</gml:inDimension>
         <gml:outDimension>1</gml:outDimension>
      </gml:AffinePlacement>
   </gml:refLocation>
   <gml:scaleFactor>1.0</gml:scaleFactor>
   <gml:startParameter>1.0</gml:startParameter>
   <gml:endParameter>1.0</gml:endParameter>
</gml:Clothoid>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com