Namespace |
http://www.opengis.net/gml/3.2 |
Diagram
|
|
Type |
extension of gml:AbstractCurveSegmentType |
Type hierarchy |
|
Used by
|
|
Model |
gml:refLocation , gml:scaleFactor , gml:startParameter , gml:endParameter |
Children |
gml:endParameter, gml:refLocation, gml:scaleFactor, gml:startParameter |
Attributes
|
|
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 |