|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vividsolutions.jts.geomgraph.EdgeNodingValidator
public class EdgeNodingValidator
Validates that a collection of Edges is correctly noded.
Throws an appropriate exception if an noding error is found.
| Constructor Summary | |
|---|---|
EdgeNodingValidator(java.util.Collection edges)
Creates a new validator for the given collection of Edges. |
|
| Method Summary | |
|---|---|
void |
checkValid()
Checks whether the supplied edges are correctly noded. |
static void |
checkValid(java.util.Collection edges)
Checks whether the supplied Edges
are correctly noded. |
static java.util.Collection |
toSegmentStrings(java.util.Collection edges)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeNodingValidator(java.util.Collection edges)
Edges.
edges - a collection of Edges.| Method Detail |
|---|
public static void checkValid(java.util.Collection edges)
Edges
are correctly noded.
Throws a TopologyException if they are not.
edges - a collection of Edges.
TopologyException - if the SegmentStrings are not correctly nodedpublic static java.util.Collection toSegmentStrings(java.util.Collection edges)
public void checkValid()
TopologyException - if the SegmentStrings are not correctly noded
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||