| Constructor and Description |
|---|
EdgeNodingValidator(Collection
Creates a new validator for the given collection of
Edges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid()
Checks whether the supplied edges are correctly noded.
|
static void |
checkValid(Collection
Checks whether the supplied
Edges are correctly noded.
|
static Collection |
toSegmentStrings(Collection
|
public EdgeNodingValidator(Collectionedges)
Edges.
edges - a collection of Edges.
public static void checkValid(Collectionedges)
Edges are correctly noded. Throws a
TopologyException if they are not.
edges - a collection of Edges.
TopologyException - if the SegmentStrings are not correctly noded
public static CollectiontoSegmentStrings(Collection edges)
public void checkValid()
TopologyException - if the SegmentStrings are not correctly noded