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.
|
Modifier and Type | Class and Description |
---|---|
class |
ESRILinkPointRecord
An ESRI Point record.
|
class |
ESRILinkPolygonRecord |
Modifier and Type | Method and Description |
---|---|
ESRIRecord |
LinkSpatialIndex.makeESRIRecord(int shapeType,
byte[] b,
int off)
Creates a record instance from the shape file data.
|
Modifier and Type | Class and Description |
---|---|
class |
ESRIMultiPointRecord
This is a skeleton of the MultiPoint record type.
|
class |
ESRIPointRecord
An ESRI Point record.
|
class |
ESRIPolygonRecord
The Polygon record type.
|
Modifier and Type | Method and Description |
---|---|
ESRIRecord |
ShapeFile.getNextRecord()
Returns the next record from the shape file as an
ESRIRecord . |
ESRIRecord[] |
SpatialIndex.locateRecords(double xmin,
double ymin,
double xmax,
double ymax)
Locates records in the shape file that intersect with the given
rectangle.
|
ESRIRecord |
SpatialIndex.makeESRIRecord(int shapeType,
byte[] b,
int off)
Creates a record instance from the shape file data.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeFile.add(ESRIRecord r)
Adds a record to the end of this file.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details