public class Doradeiosp
extends ucar.nc2.iosp.AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
protected Doradeheader |
headerParser |
DoradeSweep |
mySweep |
| Constructor and Description |
|---|
Doradeiosp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileTypeDescription() |
String |
getFileTypeId() |
boolean |
isValidFile(ucar.unidata.io.RandomAccessFile raf) |
void |
open(ucar.unidata.io.RandomAccessFile raf,
ucar.nc2.NetcdfFile ncfile,
ucar.nc2.util.CancelTask cancelTask) |
ucar.ma2.Array |
readData(ucar.nc2.Variable v2,
ucar.ma2.Section section) |
ucar.ma2.Array |
readData1(ucar.nc2.Variable v2,
ucar.ma2.Section section,
float[] values) |
ucar.ma2.Array |
readData2(ucar.nc2.Variable v2,
ucar.ma2.Section section,
double[] values) |
build, buildFinish, close, getDetailInfo, getFileTypeVersion, getLastModified, getStructureIterator, isBuilder, reacquire, readSection, readToByteChannel, readToOutputStream, release, sendIospMessage, setNetcdfFile, streamToByteChannel, syncExtend, toStringDebugprotected Doradeheader headerParser
public DoradeSweep mySweep
public boolean isValidFile(ucar.unidata.io.RandomAccessFile raf)
public String getFileTypeId()
public String getFileTypeDescription()
public void open(ucar.unidata.io.RandomAccessFile raf,
ucar.nc2.NetcdfFile ncfile,
ucar.nc2.util.CancelTask cancelTask)
throws IOException
open in interface ucar.nc2.iosp.IOServiceProvideropen in class ucar.nc2.iosp.AbstractIOServiceProviderIOExceptionpublic ucar.ma2.Array readData(ucar.nc2.Variable v2,
ucar.ma2.Section section)
public ucar.ma2.Array readData1(ucar.nc2.Variable v2,
ucar.ma2.Section section,
float[] values)
public ucar.ma2.Array readData2(ucar.nc2.Variable v2,
ucar.ma2.Section section,
double[] values)