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 | Interface and Description |
---|---|
interface |
GeoRegion
An arbitrary space described in terms of Geo objects.
|
Modifier and Type | Class and Description |
---|---|
static class |
GeoPath.Impl
An implementation of Path that takes an alternating lat/lon array and
(optionally) an array of altitudes.
|
static class |
GeoRegion.Impl |
static class |
OMGeo.Polygon |
static class |
OMGeo.Polyline |
Modifier and Type | Method and Description |
---|---|
void |
Intersection.considerPathXRegion(GeoPath path,
GeoRegion region)
Puts the region in the Collector if it intersects with the path.
|
void |
Intersection.considerPathXRegions(GeoPath path,
java.util.Collection regions)
Puts regions in the Collector if they intersect the path.
|
static BoundaryCrossing.Collector |
BoundaryCrossing.getCrossings(GeoPath path,
java.util.Collection regions)
The main factory method to create BoundaryCrossings.
|
java.util.Iterator |
ExtentIndex.AbstractExtentIndex.lookupByPath(GeoPath path) |
Constructor and Description |
---|
BoundingCircle.Impl(GeoPath path) |
OMGeo.Polygon(GeoPath gp) |
OMGeo.Polyline(GeoPath gp) |
Modifier and Type | Class and Description |
---|---|
static class |
GeoIntersectionLayer.OMPolyRegion |
Modifier and Type | Method and Description |
---|---|
protected GeoPath |
GeoIntersectionLayer.getPath(OMLine oml) |
protected GeoPath |
GeoIntersectionLayer.getPath(OMPoly omp) |
protected GeoPath |
GeoIntersectionLayer.getPathFromOMGraphic(OMGraphic omg) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details