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