Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkSpatialIndex |
Modifier and Type | Field and Description |
---|---|
protected SpatialIndex |
SpatialIndexHandler.spatialIndex |
protected SpatialIndex |
ShapeLayer.spatialIndex
The spatial index of the shape file to be rendered.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialIndexHandler.setSpatialIndex(SpatialIndex spatialIndex) |
void |
ShapeLayer.setSpatialIndex(SpatialIndex si) |
void |
BufferedShapeLayer.setSpatialIndex(SpatialIndex si) |
Modifier and Type | Field and Description |
---|---|
protected SpatialIndex |
AreaHandler.spatialIndex |
Modifier and Type | Method and Description |
---|---|
SpatialIndex |
AreaHandler.getSpatialIndex() |
Modifier and Type | Method and Description |
---|---|
void |
AreaHandler.setSpatialIndex(SpatialIndex si) |
Constructor and Description |
---|
AreaHandler(SpatialIndex si,
DrawingAttributes da)
Construct an AreaHandler.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details