public class EdgeGraphBuilder extends Object
| Constructor and Description |
|---|
EdgeGraphBuilder()
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection
Adds the edges in a collection of
Geometrys to the graph.
|
void |
add(Geometry
Adds the edges of a Geometry to the graph.
|
static EdgeGraph |
build(Collection
|
EdgeGraph |
getGraph()
|
public static EdgeGraphbuild(Collection geoms)
public EdgeGraphgetGraph()
public void add(Geometrygeometry)
geometry - geometry to be added
public void add(Collectiongeometries)
Geometrys to the graph. May be called multiple times. Any dimension of Geometry may be added.
geometries - the geometries to be added