All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ucar.nc2.iosp.fysat.AwxFileGridProductExtendedPart Maven / Gradle / Ivy

Go to download

The NetCDF-Java Library is a Java interface to NetCDF files, as well as to many other types of scientific data formats.

The newest version!
/**
 * 
 */
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
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy