com.bbn.openmap.geo
Interface GeoRegion
- All Superinterfaces:
- GeoExtent, GeoPath
- All Known Implementing Classes:
- GeoRegion.Impl
- public interface GeoRegion
- extends GeoPath
An arbitrary space described in terms of Geo objects. GeoRegions are assumed
to be closed paths representing areas.
isPointInside
public 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