Uses of Interface
com.bbn.openmap.geo.GeoPath

Packages that use GeoPath
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. 
 

Uses of GeoPath in com.bbn.openmap.geo
 

Subinterfaces of GeoPath in com.bbn.openmap.geo
 interface GeoRegion
          An arbitrary space described in terms of Geo objects.
 

Classes in com.bbn.openmap.geo that implement GeoPath
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
           
 

Methods in com.bbn.openmap.geo with parameters of type GeoPath
 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)
           
 

Constructors in com.bbn.openmap.geo with parameters of type GeoPath
BoundingCircle.Impl(GeoPath path)
           
OMGeo.Polygon(GeoPath gp)
           
OMGeo.Polyline(GeoPath gp)
           
 

Uses of GeoPath in com.bbn.openmap.layer.test
 

Classes in com.bbn.openmap.layer.test that implement GeoPath
static class GeoIntersectionLayer.OMPolyRegion
           
 

Methods in com.bbn.openmap.layer.test that return GeoPath
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