xls:RouteGeometryRequest
The request parameters for route geometry.
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:RouteGeometryRequestType
Properties: Global, Qualified
Content
- xls:BoundingBox [0..1] Rectangular area of route for which the geometry is requested. If not specified, defaults to full route.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
scale | [0..1] | xsd:positiveInteger | 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. | Default value is "1". |
provideStartingPortion | [0..1] | xsd:boolean | 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. | Default value is "false". |
maxPoints | [0..1] | xsd:positiveInteger | Maximum number of geometric points to return. | Default value is "100". |
Used in
- Type xls:DetermineRouteRequestType (Element xls:DetermineRouteRequest)
Sample instance
<xls:RouteGeometryRequest> <xls:BoundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BoundingBox> </xls:RouteGeometryRequest>