public interface LineGraphGenerator extends GraphGenerator
Modifier and Type | Method and Description |
---|---|
Edge |
getEdge(Coordinate coordinate1,
Coordinate coordinate2)
Retrieve edge between the two coordinates.
|
Node |
getNode(Coordinate coordinate)
Look up a Node for the provided coordinate.
|
add, get, getGraph, getGraphBuilder, remove, setGraphBuilder
Node getNode(Coordinate coordinate)
coordinate
- Edge getEdge(Coordinate coordinate1, Coordinate coordinate2)
coordinate1
- coordinate2
- Copyright © 1996–2019 Geotools. All rights reserved.