Uses of Class
com.moseph.gis.raster.Raster

Uses of Raster in com.moseph.gis.raster
 

Methods in com.moseph.gis.raster that return Raster
static Raster Raster.getTempRaster(double[][] data, double xll, double yll, double size)
           
static Raster Raster.getTempRaster(double[][] data, double xll, double yll, double size, java.lang.String ndata)
           
 Raster RasterReader.readRaster(java.lang.String filename)
          The most useful method - reads a raster file, and returns a Raster object.
 

Methods in com.moseph.gis.raster with parameters of type Raster
 void Raster.init(Raster other)
          Sets the parameters of this raster (rows, columns, corner, cellsize, NDATA etc) to be the same as the other raster.
 void RasterWriter.writeRaster(java.lang.String filename, Raster r)
          Writes out the given Raster object to the given filename.