|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| ucar.nc2.iosp | General classes for I/O Service Providers |
| ucar.nc2.iosp.netcdf3 | I/O Service Provider for NetCDF-3 format files |
| Uses of Layout in ucar.nc2.iosp |
|---|
| Classes in ucar.nc2.iosp that implement Layout | |
|---|---|
class |
LayoutRegular
Indexer into data that has a "regular" layout, like netcdf-3 and hdf5 compact and contiguous storage. |
class |
LayoutRegularSegmented
LayoutRegularSegmented has data stored in segments that are regularly spaced. |
class |
LayoutSegmented
LayoutSegmented has data stored in segments. |
class |
LayoutTiled
For datasets where the data are stored in chunks. |
| Methods in ucar.nc2.iosp with parameters of type Layout | |
|---|---|
static java.lang.Object |
IospHelper.readData(PositioningDataInputStream raf,
Layout index,
DataType dataType,
java.lang.Object arr)
Read data subset from PositioningDataInputStream, place in given primitive array. |
static java.lang.Object |
IospHelper.readData(RandomAccessFile raf,
Layout layout,
DataType dataType,
java.lang.Object arr,
int byteOrder,
boolean convertChar)
Read data subset from RandomAccessFile, place in given primitive array. |
static java.lang.Object |
IospHelper.readDataFill(PositioningDataInputStream is,
Layout index,
DataType dataType,
java.lang.Object fillValue)
Read data subset from PositioningDataInputStream, create primitive array of size Layout.getTotalNelems. |
static java.lang.Object |
IospHelper.readDataFill(RandomAccessFile raf,
Layout index,
DataType dataType,
java.lang.Object fillValue,
int byteOrder)
Read data subset from RandomAccessFile, create primitive array of size Layout.getTotalNelems. |
static java.lang.Object |
IospHelper.readDataFill(RandomAccessFile raf,
Layout index,
DataType dataType,
java.lang.Object fillValue,
int byteOrder,
boolean convertChar)
|
| Uses of Layout in ucar.nc2.iosp.netcdf3 |
|---|
| Methods in ucar.nc2.iosp.netcdf3 with parameters of type Layout | |
|---|---|
protected java.lang.Object |
N3raf.readData(Layout index,
DataType dataType)
Read data subset from file for a variable, create primitive array. |
protected abstract java.lang.Object |
N3iosp.readData(Layout index,
DataType dataType)
Read data subset from file for a variable, create primitive array. |
protected long |
N3raf.readData(Layout index,
DataType dataType,
java.nio.channels.WritableByteChannel out)
Read data subset from file for a variable, to WritableByteChannel. |
protected abstract long |
N3iosp.readData(Layout index,
DataType dataType,
java.nio.channels.WritableByteChannel out)
|
protected void |
N3raf.writeData(Array values,
Layout index,
DataType dataType)
write data to a file for a variable. |
protected abstract void |
N3iosp.writeData(Array aa,
Layout index,
DataType dataType)
Write data subset to file for a variable, create primitive array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||