Definition Type: ComplexType
Name: RouteGeometryRequestType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines the request parameters for route geometry.
Collapse XSD Schema Diagram:
Drilldown into BoundingBox in schema ols_xsd Drilldown into maxPoints in schema ols_xsd Drilldown into provideStartingPortion in schema ols_xsd Drilldown into scale in schema ols_xsdXSD Diagram of RouteGeometryRequestType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RouteGeometryRequestType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Defines the request parameters for route geometry.</documentation>
    </annotation>
    <sequence>
        <element name="BoundingBox" type="gml:EnvelopeType" minOccurs="0">
            <annotation>
                <documentation>Rectangular area of route for which the geometry is requested.  If not specified, defaults to full route.</documentation>
            </annotation>
            <!-- type="xls:BoxType" -->
        </element>
    </sequence>
    <attribute name="scale" type="positiveInteger" use="optional" default="1">
        <annotation>
            <documentation>Maximum scale at which the route will be displayed. Expressed as a ratio of world units to a device unit.  For example 1:50000 would be specified as 50000.</documentation>
        </annotation>
    </attribute>
    <attribute name="provideStartingPortion" type="boolean" use="optional" default="false">
        <annotation>
            <documentation>If true, return the geometry of the starting portion of the route contained within the specified bounding area, up to the specified maximum number of points.  If false, return the geometry of the complete route contained within the specified area,  reducing the accuracy of the geometry as necessary to not exceed the specified maximum number of points.</documentation>
        </annotation>
    </attribute>
    <attribute name="maxPoints" type="positiveInteger" use="optional" default="100">
        <annotation>
            <documentation>Maximum number of geometric points to return.</documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BoundingBox xls:BoundingBox 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
scale xls:scale 1 Optional
provideStartingPortion xls:provideStartingPortion false Optional
maxPoints xls:maxPoints 100 Optional
Collapse Derivation Tree:
Collapse References:
xls:RouteGeometryRequest