Modifier and Type | Method | Description |
---|
RouteData | find(IPathFinderProviderFactory factory,
Node source,
Node target,
LengthUnits units) | |
RouteData | find(IPathFinderProviderFactory factory,
Node sourceNode,
Path targetPath,
double targetOffset,
LengthUnits units) | |
RouteData | find(IPathFinderProviderFactory factory,
Node source,
Point sourcePos,
Node target,
Point targetPos,
LengthUnits units,
Predicate<Node> nodeFilter,
Predicate<Path> pathFilter,
Path... pathsToInclude) | |
RouteData | find(IPathFinderProviderFactory factory,
Node sourceNode,
Point sourcePos,
Path targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units,
Predicate<Node> nodeFilter,
Predicate<Path> pathFilter,
Path... pathsToInclude) | |
RouteData | find(IPathFinderProviderFactory factory,
Path sourcePath,
double sourceOffset,
Node targetNode,
LengthUnits units) | |
RouteData | find(IPathFinderProviderFactory factory,
Path sourcePath,
double sourceOffset,
Path targetPath,
double targetOffset,
LengthUnits units) | |
RouteData | find(IPathFinderProviderFactory factory,
Path sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
Node targetNode,
Point targetPos,
LengthUnits units,
Predicate<Node> nodeFilter,
Predicate<Path> pathFilter,
Path... pathsToInclude) | |
RouteData | find(IPathFinderProviderFactory factory,
Path sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
Path targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units,
Predicate<Node> nodeFilter,
Predicate<Path> pathFilter,
Path... pathsToInclude) | |
public NetworkPathFinder()
public RouteData find(IPathFinderProviderFactory factory,
Path sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
Path targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units,
Predicate<Node> nodeFilter,
Predicate<Path> pathFilter,
Path... pathsToInclude)