Package | Description |
---|---|
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.layer.shape |
Provides an OpenMap layer for dealing with shape files.
|
Modifier and Type | Method and Description |
---|---|
static ESRIBoundingBox |
ShapeUtils.readBox(byte[] b,
int off)
Reads a bounding box record.
|
Modifier and Type | Method and Description |
---|---|
static int |
ShapeUtils.writeBox(byte[] b,
int off,
ESRIBoundingBox box)
Writes the given bounding box to the given buffer at the given location.
|
Modifier and Type | Field and Description |
---|---|
protected ESRIBoundingBox |
NumAndBox.bbox |
protected ESRIBoundingBox |
SpatialIndex.bounds
The bounds of all the shapes in the shape file.
|
ESRIBoundingBox |
ESRIPolygonRecord.bounds
The bounding box.
|
protected ESRIBoundingBox |
ShapeFile.fileBounds
Holds the bounds of the file (four doubles).
|
Modifier and Type | Method and Description |
---|---|
ESRIBoundingBox |
ShapeFile.getBoundingBox()
Returns the bounding box of this shape file.
|
ESRIBoundingBox |
NumAndBox.getBoundingBox() |
abstract ESRIBoundingBox |
ESRIRecord.getBoundingBox()
Gets this record's bounding box.
|
ESRIBoundingBox |
ESRIPolygonRecord.getBoundingBox()
Gets this record's bounding box.
|
ESRIBoundingBox |
ESRIPointRecord.getBoundingBox()
Gets this record's bounding box.
|
ESRIBoundingBox |
ESRIMultiPointRecord.getBoundingBox()
Gets this record's bounding box.
|
ESRIBoundingBox |
SpatialIndex.getBounds()
Get the box boundary containing all the shapes.
|
ESRIBoundingBox |
SpatialIndex.getBounds(GeoCoordTransformation coordTransform)
Returns the bounds of the shape file.
|
Modifier and Type | Method and Description |
---|---|
void |
ESRIBoundingBox.addBounds(ESRIBoundingBox bb)
Increase the extents of this bounding box to enclose the given bounding
box.
|
void |
SpatialIndex.Entry.addToBounds(ESRIBoundingBox bounds) |
protected java.util.List<SpatialIndex.Entry> |
SpatialIndex.readIndexFile(ESRIBoundingBox bounds) |
protected java.util.List<SpatialIndex.Entry> |
SpatialIndex.readIndexFile(ESRIBoundingBox bounds,
GeoCoordTransformation dataTransform) |
void |
NumAndBox.setBoundingBox(ESRIBoundingBox box) |
Constructor and Description |
---|
NumAndBox(int recordNumber,
ESRIBoundingBox box) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details