xls:DetermineRouteResponse
Specifies the Determine Route response parameters.
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:DetermineRouteResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xls:RouteHandle [0..1] Reference to the route stored at the Route Determination Service server.
- xls:RouteSummary [1..1] Response for requested route summary.
- xls:RouteGeometry [0..1] Response for requested route geometry.
- xls:RouteInstructionsList [0..1] Response for requested route instructions.
- xls:RouteMap [0..*] Response list for requested route maps.
Attributes
None
Used in
- Type geo:DetermineRouteResponseType (Element geo:DetermineRouteResponse)
Substitution hierarchy
- xls:_ResponseParameters
- can be substituted with xls:DetermineRouteResponse
Sample instance
<xls:DetermineRouteResponse> <xls:RouteHandle routeID="string"/> <xls:RouteSummary> <xls:TotalTime>P1Y2M3DT10H</xls:TotalTime> <xls:TotalDistance value="1.0"/> <xls:BoundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BoundingBox> </xls:RouteSummary> <xls:RouteGeometry> <gml:LineString> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:posList>1.0 1.0</gml:posList> </gml:LineString> </xls:RouteGeometry> <xls:RouteInstructionsList xls:lang="en-US"> <xls:RouteInstruction duration="P1Y2M3DT10H"> <xls:Instruction>string</xls:Instruction> <xls:distance value="1.0"/> <xls:RouteInstructionGeometry>... </xls:RouteInstructionGeometry> <xls:BoundingBox>... </xls:BoundingBox> </xls:RouteInstruction> </xls:RouteInstructionsList> <xls:RouteMap> <xls:Content format="string" width="1" height="1"> <xls:Data>string</xls:Data> </xls:Content> <xls:BBoxContext> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BBoxContext> </xls:RouteMap> </xls:DetermineRouteResponse>