public class Cinrad2IOServiceProvider
extends ucar.nc2.iosp.AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isCC |
static boolean |
isCC20 |
static boolean |
isSC |
| Constructor and Description |
|---|
Cinrad2IOServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
static int |
bytesToInt(byte[] bytes,
boolean swapBytes) |
static int |
bytesToShort(byte[] bytes,
boolean swapBytes) |
String |
getFileTypeDescription() |
String |
getFileTypeId() |
boolean |
isCINRAD(ucar.unidata.io.RandomAccessFile raf) |
boolean |
isValidFile(ucar.unidata.io.RandomAccessFile raf) |
boolean |
isValidFileOld(ucar.unidata.io.RandomAccessFile raf) |
ucar.nc2.Variable |
makeVariable(ucar.nc2.NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List groups) |
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) |
build, buildFinish, close, getDetailInfo, getFileTypeVersion, getLastModified, getStructureIterator, isBuilder, reacquire, readSection, readToByteChannel, readToOutputStream, release, sendIospMessage, setNetcdfFile, streamToByteChannel, syncExtend, toStringDebugpublic static boolean isSC
public static boolean isCC
public static boolean isCC20
public boolean isValidFileOld(ucar.unidata.io.RandomAccessFile raf)
public boolean isValidFile(ucar.unidata.io.RandomAccessFile raf)
public boolean isCINRAD(ucar.unidata.io.RandomAccessFile raf)
public static int bytesToInt(byte[] bytes,
boolean swapBytes)
public static int bytesToShort(byte[] bytes,
boolean swapBytes)
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.nc2.Variable makeVariable(ucar.nc2.NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List groups)
public ucar.ma2.Array readData(ucar.nc2.Variable v2,
ucar.ma2.Section section)
throws IOException
IOException