|
JTS Topology Suite version 1.13 | ||||||||
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 Edge
s 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 Edge s. |
Method Summary | |
---|---|
void |
checkValid()
Checks whether the supplied edges are correctly noded. |
static void |
checkValid(java.util.Collection edges)
Checks whether the supplied Edge s
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)
Edge
s.
edges
- a collection of Edges.Method Detail |
---|
public static void checkValid(java.util.Collection edges)
Edge
s
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 version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |