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 ESRIPoint |
ShapeUtils.readPoint(byte[] b,
int off)
Reads a point record.
|
Modifier and Type | Method and Description |
---|---|
static int |
ShapeUtils.writePoint(byte[] b,
int off,
ESRIPoint point)
Writes the given point to the given buffer at the given location.
|
Modifier and Type | Field and Description |
---|---|
ESRIPoint |
ESRIBoundingBox.max
The maximum point.
|
ESRIPoint |
ESRIBoundingBox.min
The minimum point.
|
Modifier and Type | Method and Description |
---|---|
void |
ESRIBoundingBox.addPoint(ESRIPoint point)
Increase the extents of this bounding box to enclose the given point.
|
void |
ESRIBoundingBox.addPoints(ESRIPoint[] points)
Increase the extents of this bounding box to enclose all of the given
points.
|
Constructor and Description |
---|
ESRIBoundingBox(ESRIPoint point)
Initialize a bounding box from a point.
|
ESRIBoundingBox(ESRIPoint _min,
ESRIPoint _max)
Initialize a bounding box to encompass a minimum and maximum point.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details