public class GeometryTester extends Object
| Constructor and Description |
|---|
GeometryTester()
|
| Modifier and Type | Method and Description |
|---|---|
void |
setGeometries(Collection
|
Collection |
test(double lon, double lat)
Get the geometries at the denoted position.
|
public void setGeometries(Collection<GeometryContainer > geometries)
geometries - the geometries to test for.
public Collection<Geometry > test(double lon, double lat)
lon - the longitude.
lat - the latitude.