|
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.operation.buffer.BufferCurveLoopPruner
public class BufferCurveLoopPruner
| Field Summary | |
|---|---|
static boolean |
DO_PRUNE
|
static int |
SEARCH_WINDOW
By empirical determination, a search window of 20 is the best compromise between the time taken to search for intersections, and the time saved by pruning |
| Constructor Summary | |
|---|---|
BufferCurveLoopPruner(Coordinate[] pts)
|
|
| Method Summary | |
|---|---|
Coordinate[] |
prune()
|
static Coordinate[] |
prune(Coordinate[] pts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean DO_PRUNE
public static int SEARCH_WINDOW
| Constructor Detail |
|---|
public BufferCurveLoopPruner(Coordinate[] pts)
| Method Detail |
|---|
public static Coordinate[] prune(Coordinate[] pts)
public Coordinate[] prune()
|
JTS Topology Suite version 1.13 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||