public interface GeometryTesselation| Modifier and Type | Method and Description |
|---|---|
void |
add(Geometry
Add the specified geometry to the tesselation.
|
Set |
test(Point
Retrieve the set of Geometries that this point is covered by.
|
Set |
testForIntersection(Geometry
Return all geometries of this tesselation that intersect the given testing geometry.
|
void add(Geometrygeom)
geom - the geometry to add.
Set<Geometry > test(Point point)
point - the point to test for.