Package com.graphhopper.routing.util
Class HeadingEdgeFilter
java.lang.Object
com.graphhopper.routing.util.HeadingEdgeFilter
- All Implemented Interfaces:
EdgeFilter
-
Field Summary
Fields inherited from interface com.graphhopper.routing.util.EdgeFilter
ALL_EDGES
-
Constructor Summary
ConstructorsConstructorDescriptionHeadingEdgeFilter
(DirectedEdgeFilter directedEdgeFilter, double heading, GHPoint pointNearHeading) -
Method Summary
-
Constructor Details
-
HeadingEdgeFilter
public HeadingEdgeFilter(DirectedEdgeFilter directedEdgeFilter, double heading, GHPoint pointNearHeading)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceEdgeFilter
- Returns:
- true if the current edge should be processed and false otherwise.
-