Uses of Interface
com.bbn.openmap.layer.vpf.TilingAdapter

Packages that use TilingAdapter
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
 

Uses of TilingAdapter in com.bbn.openmap.layer.vpf
 

Classes in com.bbn.openmap.layer.vpf that implement TilingAdapter
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.
 

Methods in com.bbn.openmap.layer.vpf that return TilingAdapter
 TilingAdapter EdgeTable.getLeftEdgeTilingAdapter()
          Get the TilingAdapter for the left_edge column
 TilingAdapter EdgeTable.getLeftFaceTilingAdapter()
          Get the TilingAdapter for the left_face column
 TilingAdapter EdgeTable.getRightEdgeTilingAdapter()
          Get the TilingAdapter for the right_edge column
 TilingAdapter EdgeTable.getRightFaceTilingAdapter()
          Get the TilingAdapter for the right_face column
 TilingAdapter FeatureClassInfo.getTilingAdapter()
          Returns a TilingAdapter suitable for retrieving primitive ids from records in this feature table.
 TilingAdapter DcwRecordFile.getTilingAdapter(int tileColumn, int primColumn)
          Returns a TilingAdapter for the selected column.
 TilingAdapter DcwRecordFile.getTilingAdapter(java.lang.String primColumnName)
          Returns a TilingAdapter for the selected column.
 TilingAdapter DcwRecordFile.getTilingAdapter(java.lang.String tileColumnName, java.lang.String primColumnName)
          Returns a TilingAdapter for the selected column.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details