|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/routing/RouteDescriptionPostprocessor.h>

Callback class that gets call in various routing situations.
|
virtualdefault |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called after all possible callback methods for a node are called.
| node |
|
virtual |
Always called before we analyse a node. It may be that other callback methods are called or not (normally we only call other methods, if something relevant changes).
| node |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Call once before evaluation the the RouteDescription starts
|
virtual |
If postprocessor should continue
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called everytime we have max speed information for a route segment
| maxSpeedDescription |
|
virtual |
Called if we already on a motorway and switch to another motorway
| motorwayLeaveDescription | and and ref of leaving motorway |
| motorwayJunctionDescription | name and ref of the motorway exit |
| directionDescription | turn direction (right, left...) |
| crossingDestinationDescription | semicolon separated list of exit destinations |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called if we enter a motorway
| motorwayEnterDescription | |
| crossingWaysDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called if we are on a motorway an leave it to a non-motorway way.
| motorwayLeaveDescription | and and ref of leaving motorway |
| motorwayJunctionDescription | name and ref of the motorway exit |
| directionDescription | turn direction (right, left...) |
| nameDescription | name of the way used for leaving |
| destinationDescription | semicolon separated list of exit destinations |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called anytime the way we are on changes its name.
| nameChangedDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
|
virtual |
Called if we enter a roundabout
| roundaboutEnterDescription | |
| crossingWaysDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called if we leave a roundabout entered before
| roundaboutLeaveDescription | |
| nameDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called one for the start node
| startDescription | |
| typeNameDescription | |
| nameDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called once for the target node reached
| targetDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Call everytime a turn is necessary. Call with all information available regarding the turn and the way turned into and its direction.
| turnDescription | |
| crossingWaysDescription | |
| directionDescription | |
| typeNameDescription | |
| nameDescription |
Reimplemented in osmscout::RouteDescriptionBuilder::Callback.
|
virtual |
Called everytime we have a new section at the route when routing with some via points between start and target
| viaDescription | The via information |