Package | Description |
---|---|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
Modifier and Type | Class and Description |
---|---|
static class |
TilingAdapter.CrossTileAdapter
A TilingAdapter for tiled data where the primitive column is a
cross-tile identifier.
|
static class |
TilingAdapter.TiledAdapter
A TilingAdapter where the tile identifier is retrieved from the
tile_id column, and the primitive identifier comes from a
numeric column.
|
static class |
TilingAdapter.UntiledAdapter
A TilingAdapter for untiled data.
|
Modifier and Type | Method and Description |
---|---|
TilingAdapter |
EdgeTable.getLeftEdgeTilingAdapter()
Get the TilingAdapter for the left_edge column
|
TilingAdapter |
EdgeTable.getLeftFaceTilingAdapter()
Get the TilingAdapter for the left_face column
|
TilingAdapter |
EdgeTable.getRightEdgeTilingAdapter()
Get the TilingAdapter for the right_edge column
|
TilingAdapter |
EdgeTable.getRightFaceTilingAdapter()
Get the TilingAdapter for the right_face column
|
TilingAdapter |
FeatureClassInfo.getTilingAdapter()
Returns a TilingAdapter suitable for retrieving primitive ids from
records in this feature table.
|
TilingAdapter |
DcwRecordFile.getTilingAdapter(int tileColumn,
int primColumn)
Returns a TilingAdapter for the selected column.
|
TilingAdapter |
DcwRecordFile.getTilingAdapter(java.lang.String primColumnName)
Returns a TilingAdapter for the selected column.
|
TilingAdapter |
DcwRecordFile.getTilingAdapter(java.lang.String tileColumnName,
java.lang.String primColumnName)
Returns a TilingAdapter for the selected column.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details