sim.io.geo
Class ArcInfoASCGridExporter

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

public class ArcInfoASCGridExporter
extends java.lang.Object

Write a GeomGridField to an Arc/Grid formatted output stream.


Method Summary
static void write(GeomGridField gridField, int nodata, java.io.Writer outputStream)
          Write out the given grid field to output stream
static void write(GeomGridField gridField, java.io.Writer outputStream)
          Like write() with default NODATA value of -9999.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(GeomGridField gridField,
                         int nodata,
                         java.io.Writer outputStream)
                  throws java.io.IOException
Write out the given grid field to output stream

Parameters:
gridField - containing the data to be written
nodata - is the integer value indicating that given cell is null
outputStream - is an open, valid output stream
Throws:
java.io.IOException

write

public static void write(GeomGridField gridField,
                         java.io.Writer outputStream)
                  throws java.io.IOException
Like write() with default NODATA value of -9999.

Parameters:
gridField -
outputStream -
Throws:
java.io.IOException