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

Packages that use ExtentIndex
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
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 ExtentIndex in com.bbn.openmap.dataAccess.shape
 

Classes in com.bbn.openmap.dataAccess.shape that implement ExtentIndex
 class ShapeGeoIndex
          A GeoExtentIndex that knows how to work with Shape files.
 

Uses of ExtentIndex in com.bbn.openmap.geo
 

Classes in com.bbn.openmap.geo that implement ExtentIndex
static class ExtentIndex.AbstractExtentIndex
          A basic implementation of ExtentIndex that uses Collection-typed buckets.
static class ExtentIndex.ArrayListExtentIndexImpl
           
static class ExtentIndex.HashSetExtentIndexImpl
           
 class ExtentIndexImpl
          Separable indexed database for Regional BoundingCircles.
 

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

Methods in com.bbn.openmap.layer.test that return ExtentIndex
 ExtentIndex GeoIntersectionLayer.getRegionIndex(boolean resetRegionSelection)
           
 

Methods in com.bbn.openmap.layer.test with parameters of type ExtentIndex
protected  void GeoIntersectionLayer.addToRegionIndex(OMGraphicList omgl, ExtentIndex regionIndex)
           
protected  void GeoIntersectionLayer.addToRegionIndex(OMPoly p, ExtentIndex regionIndex)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details