public class SimpleGeometryTesselation extends Objectimplements GeometryTesselation
| Constructor and Description |
|---|
SimpleGeometryTesselation()
Create an empty tesselation.
|
| 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.
|
public SimpleGeometryTesselation()
public void add(Geometrygeom)
GeometryTesselation
add in interface
GeometryTesselation
geom - the geometry to add.
public Set<Geometry > test(Point point)
GeometryTesselation
test in interface
GeometryTesselation
point - the point to test for.
public Set<Geometry > testForIntersection(Geometry geometry)
GeometryTesselation
testForIntersection in interface
GeometryTesselation
geometry - the geometry to test for intersections with this tesselation.