Package edu.wisc.ssec.mcidas

Examples of edu.wisc.ssec.mcidas.AreaDirectory


      // word 56 contains original source type (ascii)
      McIDASUtil.flip(dir,57,63);
      flipwords = true;
    }
    try {
      areaDirectory = new AreaDirectory(dir);
    } catch (AreaFileException afe) {
      throw new IOException( afe.getMessage());
    }

    // pull together some values needed by other methods
View Full Code Here

TOP

Related Classes of edu.wisc.ssec.mcidas.AreaDirectory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.