|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ESRIBoundingBox | |
com.bbn.openmap.layer.shape | Provides an OpenMap layer for dealing with shape files. |
Uses of ESRIBoundingBox in com.bbn.openmap.layer.shape |
Fields in com.bbn.openmap.layer.shape declared as ESRIBoundingBox | |
protected ESRIBoundingBox |
SpatialIndex.bounds
The bounds of all the shapes in the shape file. |
protected ESRIBoundingBox |
ShapeFile.fileBounds
Holds the bounds of the file (four doubles). |
protected ESRIBoundingBox |
NumAndBox.bbox
|
ESRIBoundingBox |
ESRIPolygonRecord.bounds
The bounding box. |
Methods in com.bbn.openmap.layer.shape that return ESRIBoundingBox | |
ESRIBoundingBox |
SpatialIndex.getBounds()
Get the box boundary containing all the shapes. |
static ESRIBoundingBox |
ShapeUtils.readBox(byte[] b,
int off)
Reads a bounding box record. |
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. |
Methods in com.bbn.openmap.layer.shape with parameters of type ESRIBoundingBox | |
static int |
ShapeUtils.writeBox(byte[] b,
int off,
ESRIBoundingBox box)
Writes the given bounding box to the given buffer at the given location. |
void |
NumAndBox.setBoundingBox(ESRIBoundingBox box)
|
void |
ESRIBoundingBox.addBounds(ESRIBoundingBox bb)
Increase the extents of this bounding box to enclose the given bounding box. |
Constructors in com.bbn.openmap.layer.shape with parameters of type ESRIBoundingBox | |
NumAndBox(int recordNumber,
ESRIBoundingBox box)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |