public class EdgeGraphBuilder
extends java.lang.Object
Constructor | Description |
---|---|
EdgeGraphBuilder() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(java.util.Collection geometries) |
Adds the edges in a collection of
Geometry s to the graph. |
void |
add(Geometry geometry) |
Adds the edges of a Geometry to the graph.
|
static EdgeGraph |
build(java.util.Collection geoms) |
|
EdgeGraph |
getGraph() |
public static EdgeGraph build(java.util.Collection geoms)
public EdgeGraph getGraph()
public void add(Geometry geometry)
geometry
- geometry to be addedpublic void add(java.util.Collection geometries)
Geometry
s to the graph.
May be called multiple times.
Any dimension of Geometry may be added.geometries
- the geometries to be addedCopyright © 2018. All rights reserved.