|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.operation.overlay.validate.OffsetPointGenerator
Generates points offset by a given distance
from both sides of the midpoint of
all segments in a Geometry
.
Can be used to generate probe points for
determining whether a polygonal overlay result
is incorrect.
Constructor Summary | |
OffsetPointGenerator(Geometry g,
double offsetDistance)
|
Method Summary | |
java.util.List |
getPoints()
Gets the computed offset points. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OffsetPointGenerator(Geometry g, double offsetDistance)
Method Detail |
public java.util.List getPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |