Definition Type: Element
Name: startParameter
Namespace: http://www.opengis.net/gml
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: geometryPrimitives.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The startParameter is the arc length distance from the inflection point that will be the start point for this curve segment. This shall be lower limit used in the Fresnel integral and is the value of the constructive parameter of this curve segment at its start point. The startParameter can either be positive or negative. NOTE! If 0.0 (zero), lies between the startParameter and the endParameter of the clothoid, then the curve goes through the clothoid's inflection point, and the direction of its radius of curvature, given by the second derivative vector, changes sides with respect to the tangent vector. The term length distance for the
Collapse XSD Schema Diagram:
XSD Diagram of startParameter in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="startParameter" type="double">
    <annotation>
        <documentation>The startParameter is the arc length
       distance from the inflection point that will be the start
       point for this curve segment. This shall be lower limit
       used in the Fresnel integral and is the value of the
       constructive parameter of this curve segment at its start
       point. The startParameter can either be positive or
       negative. 
       NOTE! If 0.0 (zero), lies between the startParameter and
       the endParameter of the clothoid, then the curve goes
       through the clothoid's inflection point, and the direction
       of its radius of curvature, given by the second
       derivative vector, changes sides with respect to the
       tangent vector. The term length distance for the</documentation>
    </annotation>
</element>