Package com.graphhopper.routing.util
Class FiniteWeightFilter
java.lang.Object
com.graphhopper.routing.util.FiniteWeightFilter
- All Implemented Interfaces:
EdgeFilter
An
EdgeFilter
that only accepts edges with finite weight (in either direction)-
Field Summary
Fields inherited from interface com.graphhopper.routing.util.EdgeFilter
ALL_EDGES
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FiniteWeightFilter
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceEdgeFilter
- Returns:
- true if the current edge should be processed and false otherwise.
-