|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.noding.NodingValidator
Validates that a collection of SegmentString
s is correctly noded.
Throws an appropriate exception if an noding error is found.
Constructor Summary | |
NodingValidator(java.util.Collection segStrings)
Creates a new validator for the given collection of SegmentString s. |
Method Summary | |
void |
checkValid()
Checks whether the supplied segment strings are correctly noded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodingValidator(java.util.Collection segStrings)
SegmentString
s.
segStrings
- a collection of SegmentStringsMethod Detail |
public void checkValid()
java.lang.RuntimeException
- if the SegmentStrings are not correctly noded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |