|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface class for a set of adapter classes that hide the tiling format of a VPF table. None of the methods taking a List parameter may modify the passed in list.
DcwRecordFile.getTilingAdapter(String,String)
Nested Class Summary | |
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. |
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 |
Method Detail |
public int getTileId(java.util.List l)
l
- a row of the table this adapter was created for
public int getPrimId(java.util.List l)
l
- a row of the table this adapter was created for
public int getTilePrimId(java.util.List l)
l
- a row of the table this adapter was created for
public DcwCrossTileID getPrim(java.util.List l)
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 |