|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.operation.valid.IsValidOp
Implements the algorithsm required to compute the isValid()
method
for Geometry
s.
Constructor Summary | |
IsValidOp(Geometry parentGeometry)
|
Method Summary | |
static Coordinate |
findPtNotNode(Coordinate[] testCoords,
LinearRing searchRing,
GeometryGraph graph)
Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoords |
TopologyValidationError |
getValidationError()
|
boolean |
isValid()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IsValidOp(Geometry parentGeometry)
Method Detail |
public static Coordinate findPtNotNode(Coordinate[] testCoords, LinearRing searchRing, GeometryGraph graph)
null
if none foundpublic boolean isValid()
public TopologyValidationError getValidationError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |