JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
com.graphhopper.storage
Interface CHEdgeFilter
public interface
CHEdgeFilter
Field Summary
Fields
Modifier and Type
Field
Description
static final
CHEdgeFilter
ALL_EDGES
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
accept
(
RoutingCHEdgeIteratorState
edgeState)
Field Details
ALL_EDGES
static final
CHEdgeFilter
ALL_EDGES
Method Details
accept
boolean
accept
(
RoutingCHEdgeIteratorState
edgeState)