Uses of Class
ucar.nc2.iosp.Indexer

Packages that use Indexer
ucar.nc2.iosp General classes for I/O Service Providers 
 

Uses of Indexer in ucar.nc2.iosp
 

Subclasses of Indexer in ucar.nc2.iosp
 class RegularIndexer
          Deprecated. use LayoutRegular
 class RegularLayout
          Deprecated. use LayoutRegular
 class RegularSectionLayout
          Deprecated. see LayoutTiled
 class SegmentedLayout
          Deprecated. use LayoutSegmented
 class SingleChunkIndexer
          Deprecated.  
 

Methods in ucar.nc2.iosp that return Indexer
static Indexer RegularLayout.factory(long startPos, int elemSize, int recSize, int[] varShape, Section wantSection)
          Deprecated.  
static Indexer RegularSectionLayout.factory(long startFilePos, int elemSize, Section dataSection, Section wantSection)
          Deprecated. This factory allows us to optimize special cases.