sim.io.geo
Class ArcInfoASCGridImporter

java.lang.Object
  extended by sim.io.geo.ArcInfoASCGridImporter

public class ArcInfoASCGridImporter
extends java.lang.Object

Importer for ESRI Arc/Info ASCII GRID formatted files


Method Summary
static void read(java.io.InputStream source, GeomGridField.GridDataType type, GeomGridField field)
          Read geospatial grid data from fileName into given field Note that NODATA values are read in as is without substitution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static void read(java.io.InputStream source,
                        GeomGridField.GridDataType type,
                        GeomGridField field)
Read geospatial grid data from fileName into given field Note that NODATA values are read in as is without substitution.

Parameters:
source - is the data stream for the file
type - denotes the base type as either integer or double-based
field - to be populated