com.bbn.openmap.geo
Interface GeoRegion
- All Superinterfaces:
- GeoExtent, GeoPath
- All Known Implementing Classes:
- GeoIntersectionLayer.OMPolyRegion, GeoRegion.Impl, OMGeo.Polygon
public interface GeoRegion
- extends GeoPath
An arbitrary space described in terms of Geo objects. GeoRegions are assumed
to be closed paths representing areas.
isPointInside
boolean isPointInside(Geo point)
- Is the Geo inside the region?
- Parameters:
point
-
- Returns:
- true if point is inside region.
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details