class MapAlgebra extends java.lang.Object
The MapAlgebra uses Jiffle to perform Map Algebra for Rasters.
Constructor and description |
---|
MapAlgebra
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Calculate a new Raster by performing the map algebra specified by the Jiffle/MapCalc script.
script
- The Jiffle/MapCalc script. This can be a File, a URL, or a Stringrasters
- A Map of the input Rasters and their names.outputName
- The output Raster name.size
- The size of the output Rasterbounds
- The geographic Bounds of the output Raster