|
|||||||||||
| 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.UntiledAdapter
A TilingAdapter for untiled data. (The tile_id column doesn't exist, and the primitive column is not a cross-tile identifier.) Alternate tile will always return -1.
| Nested Class Summary |
| Nested classes inherited from class com.bbn.openmap.layer.vpf.TilingAdapter |
TilingAdapter.CrossTileAdapter, TilingAdapter.TiledAdapter, TilingAdapter.UntiledAdapter |
| Constructor Summary | |
TilingAdapter.UntiledAdapter(int column)
|
|
| 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.UntiledAdapter(int column)
| 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 | ||||||||||