|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.filters.BaseFilter
uk.me.parabola.mkgmap.filters.PolygonSplitterBase
public class PolygonSplitterBase
Field Summary | |
---|---|
protected static int |
MAX_SIZE
|
Constructor Summary | |
---|---|
PolygonSplitterBase()
|
Method Summary | |
---|---|
protected void |
split(MapShape shape,
java.util.List<MapShape> outputs)
Split the given shape and place the resulting shapes in the outputs list. |
Methods inherited from class uk.me.parabola.mkgmap.filters.BaseFilter |
---|
doFilter, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final int MAX_SIZE
Constructor Detail |
---|
public PolygonSplitterBase()
Method Detail |
---|
protected void split(MapShape shape, java.util.List<MapShape> outputs)
shape
- The original shape (that is too big).outputs
- The output list.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |