public class TileSeparator
extends java.lang.Object
| Constructor and Description |
|---|
TileSeparator(float xmin,
float ymin,
float xmax,
float ymax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
separate(GeometryBuffer geom)
Separates geometry from tile without clipping it.
|
void |
setRect(float xmin,
float ymin,
float xmax,
float ymax) |
public TileSeparator(float xmin,
float ymin,
float xmax,
float ymax)
public void setRect(float xmin,
float ymin,
float xmax,
float ymax)
public boolean separate(GeometryBuffer geom)
geom - the geometry to be separated