C D G I M N P R S W X Y

R

Raster - Class in com.moseph.gis.raster
Represents my best guess at the ESRI ASCII raster format.
Raster() - Constructor for class com.moseph.gis.raster.Raster
Creates an empty raster
Raster(double, double, double) - Constructor for class com.moseph.gis.raster.Raster
Creates a raster from the given data
Raster(double[][], double, double, double) - Constructor for class com.moseph.gis.raster.Raster
Creates a raster from the given data
Raster(int[][], double, double, double) - Constructor for class com.moseph.gis.raster.Raster
Creates a raster from the given data
RasterReader - Class in com.moseph.gis.raster
A class which reads an ESRI ASCII raster file into a Raster
RasterReader() - Constructor for class com.moseph.gis.raster.RasterReader
 
RasterWriter - Class in com.moseph.gis.raster
Writes rasters out to files.
RasterWriter() - Constructor for class com.moseph.gis.raster.RasterWriter
 
readRaster(String) - Method in class com.moseph.gis.raster.RasterReader
The most useful method - reads a raster file, and returns a Raster object.
rows - Variable in class com.moseph.gis.raster.Raster
 

C D G I M N P R S W X Y