|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.vpf.TilingAdapter.UntiledAdapter
public static class 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/interfaces inherited from interface 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<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 |
| 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<java.lang.Object> l)
TilingAdapter
getTileId in interface TilingAdapterl - a row of the table this adapter was created for
public int getPrimId(java.util.List<java.lang.Object> l)
TilingAdapter
getPrimId in interface TilingAdapterl - a row of the table this adapter was created for
public int getTilePrimId(java.util.List<java.lang.Object> l)
TilingAdapter
getTilePrimId in interface TilingAdapterl - a row of the table this adapter was created for
public DcwCrossTileID getPrim(java.util.List<java.lang.Object> 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 | |||||||||