Uses of Class
com.bbn.openmap.layer.shape.SpatialIndex

Packages that use SpatialIndex
com.bbn.openmap.layer.link.shape A link server that reads ESRI shape file data. 
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
 

Uses of SpatialIndex in com.bbn.openmap.layer.link.shape
 

Subclasses of SpatialIndex in com.bbn.openmap.layer.link.shape
 class LinkSpatialIndex
           
 

Uses of SpatialIndex in com.bbn.openmap.layer.shape
 

Fields in com.bbn.openmap.layer.shape declared as SpatialIndex
protected  SpatialIndex SpatialIndexHandler.spatialIndex
           
protected  SpatialIndex ShapeLayer.spatialIndex
          The spatial index of the shape file to be rendered.
 

Methods in com.bbn.openmap.layer.shape that return SpatialIndex
static SpatialIndex SpatialIndexHandler.create(java.lang.String prefix, java.util.Properties props)
           
 SpatialIndex SpatialIndexHandler.getSpatialIndex()
           
 SpatialIndex ShapeLayer.getSpatialIndex()
           
static SpatialIndex SpatialIndex.locateAndSetShapeData(java.lang.String shapeFileName)
          Create a SpatialIndex object with just a shape file name.
 

Methods in com.bbn.openmap.layer.shape with parameters of type SpatialIndex
 void SpatialIndexHandler.setSpatialIndex(SpatialIndex spatialIndex)
           
 void ShapeLayer.setSpatialIndex(SpatialIndex si)
           
 void BufferedShapeLayer.setSpatialIndex(SpatialIndex si)
           
 

Uses of SpatialIndex in com.bbn.openmap.layer.shape.areas
 

Fields in com.bbn.openmap.layer.shape.areas declared as SpatialIndex
protected  SpatialIndex AreaHandler.spatialIndex
           
 

Methods in com.bbn.openmap.layer.shape.areas that return SpatialIndex
 SpatialIndex AreaHandler.getSpatialIndex()
           
 

Methods in com.bbn.openmap.layer.shape.areas with parameters of type SpatialIndex
 void AreaHandler.setSpatialIndex(SpatialIndex si)
           
 

Constructors in com.bbn.openmap.layer.shape.areas with parameters of type SpatialIndex
AreaHandler(SpatialIndex si, DrawingAttributes da)
          Construct an AreaHandler.
 



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