Package | Description |
---|---|
com.bbn.openmap.geo |
Package that contains classes to do calculations in lat/lon space.
|
com.bbn.openmap.layer.test |
Provides a test layer for OpenMap.
|
Modifier and Type | Class and Description |
---|---|
static class |
BoundingCircle.Impl
A simple implementation of BoundingCircle, storing the center
and radius as data members.
|
class |
RadialRegion |
Modifier and Type | Field and Description |
---|---|
protected BoundingCircle |
GeoPath.Impl.bc |
Modifier and Type | Method and Description |
---|---|
static BoundingCircle |
BoundingCircle.Impl.createFromLatLonDegrees(double[] latlons) |
static BoundingCircle |
BoundingCircle.Impl.createFromLatLonDegrees(float[] latlons) |
static BoundingCircle |
BoundingCircle.Impl.createFromLatLonRadians(double[] latlons) |
static BoundingCircle |
BoundingCircle.Impl.createFromLatLonRadians(float[] latlons) |
BoundingCircle |
RadialRegion.getBoundingCircle() |
BoundingCircle |
OMGeo.getBoundingCircle() |
BoundingCircle |
GeoSegment.Impl.getBoundingCircle() |
BoundingCircle |
GeoRegion.Impl.getBoundingCircle() |
BoundingCircle |
GeoPoint.Impl.getBoundingCircle() |
BoundingCircle |
GeoPath.Impl.getBoundingCircle() |
BoundingCircle |
GeoPath.Impl.SegIt.getBoundingCircle()
Constructs a new bounding circle instance each call.
|
BoundingCircle |
GeoPath.Impl.PointIt.getBoundingCircle() |
BoundingCircle |
GeoExtent.getBoundingCircle()
compute a point and radius around the extent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BoundingCircle.intersects(BoundingCircle bc) |
boolean |
BoundingCircle.Impl.intersects(BoundingCircle bc) |
protected java.util.Iterator |
ExtentIndex.AbstractExtentIndex.lookup(double left,
double right,
BoundingCircle bc)
Called when you want to get the regions in the buckets, but you want
to further filter on objects that can intersect based on the bounding
circle provided.
|
java.util.Iterator |
ExtentIndex.AbstractExtentIndex.lookupByBoundingCircle(BoundingCircle bc) |
Modifier and Type | Method and Description |
---|---|
BoundingCircle |
GeoIntersectionLayer.OMLineSegment.getBoundingCircle() |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details