|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bbn.openmap.layer.vpf.TilingAdapter.TiledAdapter
A TilingAdapter where the tile identifier is retrieved from the tile_id column, and the primitive identifier comes from a numeric column.
| Nested Class Summary |
| Nested classes inherited from class com.bbn.openmap.layer.vpf.TilingAdapter |
TilingAdapter.CrossTileAdapter, TilingAdapter.TiledAdapter, TilingAdapter.UntiledAdapter |
| Constructor Summary | |
TilingAdapter.TiledAdapter(int tilecolumn,
int primcolumn)
|
|
| Method Summary | |
DcwCrossTileID |
getPrim(java.util.List l)
Get the full set of primitive information |
int |
getPrimId(java.util.List l)
Get the primitive identifier in the current tile |
int |
getTileId(java.util.List l)
Get the tile identifier for the alternate tile |
int |
getTilePrimId(java.util.List l)
Get the primitive identifier in the alternate tile |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TilingAdapter.TiledAdapter(int tilecolumn,
int primcolumn)
| Method Detail |
public int getTileId(java.util.List l)
TilingAdapter
getTileId in interface TilingAdapterl - a row of the table this adapter was created for
public int getPrimId(java.util.List l)
TilingAdapter
getPrimId in interface TilingAdapterl - a row of the table this adapter was created for
public int getTilePrimId(java.util.List l)
TilingAdapter
getTilePrimId in interface TilingAdapterl - a row of the table this adapter was created for
public DcwCrossTileID getPrim(java.util.List l)
TilingAdapter
getPrim in interface TilingAdapterl - a row of the table this adapter was created for
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||