Key rasterKey:
key where to find the org.geotools.coverage.grid.GridCoverage2D.
Also a de.schmitzm.geotools.styling.StyledGridCoverageInterface
is allowed.
Key outParamPrefix:
Prefix used to store the output parameters
(e.g. with prefix myRaster the eastern
border coordinate is stored under myRaster.easting).
Key useStrings (optional):
indicates whether the numeric informations are
stored as strings in parameter map (Default: false)
public class RasterInfoProcessor extends net.simplace.util.pipeline.FWProcessor { // Public Constructors public RasterInfoProcessor(); // Constants public static final String INKEY_GRID; public static final String INKEY_OUTPREFIX; public static final String INKEY_USESTRINGS; // Public Instance Methods