Uses of Class
ucar.ma2.ArrayStructureMA

Packages that use ArrayStructureMA
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
 

Uses of ArrayStructureMA in ucar.ma2
 

Methods in ucar.ma2 that return ArrayStructureMA
static ArrayStructureMA ArrayStructureMA.factoryMA(ArrayStructure from)
          Turn any ArrayStructure into a ArrayStructureMA
static ArrayStructureMA ArrayStructureMA.factoryMA(Structure from, int[] shape)
          Create an ArrayStructure for a Structure.
 

Uses of ArrayStructureMA in ucar.nc2.iosp.bufr
 

Methods in ucar.nc2.iosp.bufr with parameters of type ArrayStructureMA
 void MessageCompressedDataReader.readData(ArrayStructureMA ama, Message m, RandomAccessFile raf, Range r, Formatter f)
          Read some or all datasets from a single message
static void MessageCompressedDataReader.setIterators(ArrayStructureMA ama)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.