public interface TilingAdapter
Modifier and Type | Interface 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 |
---|---|
DcwCrossTileID |
getPrim(java.util.List<java.lang.Object> l)
Get the full set of primitive information
|
int |
getPrimId(java.util.List<java.lang.Object> l)
Get the primitive identifier in the current tile
|
int |
getTileId(java.util.List<java.lang.Object> l)
Get the tile identifier for the alternate tile
|
int |
getTilePrimId(java.util.List<java.lang.Object> l)
Get the primitive identifier in the alternate tile
|
int getTileId(java.util.List<java.lang.Object> l)
l
- a row of the table this adapter was created forint getPrimId(java.util.List<java.lang.Object> l)
l
- a row of the table this adapter was created forint getTilePrimId(java.util.List<java.lang.Object> l)
l
- a row of the table this adapter was created forDcwCrossTileID getPrim(java.util.List<java.lang.Object> l)
l
- a row of the table this adapter was created forCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details