ucar.nc2.iosp.fysat.AwxFileGridProductExtendedPart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netcdf Show documentation
Show all versions of netcdf Show documentation
The NetCDF-Java Library is a Java interface to NetCDF files,
as well as to many other types of scientific data formats.
/**
*
*/
package ucar.nc2.iosp.fysat;
/**
* @author Hurricane
*
*/
public class AwxFileGridProductExtendedPart {
char[] sat2004FileName = new char[64];
char[] version = new char[8];
char[] manufacturers = new char[8];
char[] satelliteName = new char[8];
char[] instrument = new char[8];
char[] processProgram =new char[8];
char[] reserved1 = new char[8];
char[] copyright = new char[8];
char[] fillLength = new char[8];
char[] fillData = new char[234];
/**
*
*/
public AwxFileGridProductExtendedPart() {
// TODO Auto-generated constructor stub
}
}