Definition Type: Element
Name: endParameter
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 endParameter is the arc length distance from the inflection point that will be the end point for this curve segment. This shall be upper 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.
Collapse XSD Schema Diagram:
XSD Diagram of endParameter in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="endParameter" type="double">
    <annotation>
        <documentation>The endParameter is the arc length
       distance from the inflection point that will be the end
       point for this curve segment. This shall be upper 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.</documentation>
    </annotation>
</element>