|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SpatialIndex.locateAndSetShapeData(java.lang.String shapeFileName)
Create a SpatialIndex object with just a shape file name. |
static SpatialIndex |
SpatialIndex.locateAndSetShapeData(java.lang.String shapeFileName,
java.lang.String spatialIndexFileName)
|
SpatialIndex |
ShapeLayer.getSpatialIndex()
|
Methods in com.bbn.openmap.layer.shape with parameters of type SpatialIndex | |
void |
ShapeLayer.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |