Package org.hortonmachine.modules
Class RasterReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.RasterReader
-
public class RasterReader extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoEnvelopeFlag to read only envelope (if true, the output geodata is null).Stringfileorg.geotools.geometry.GeneralEnvelopeoriginalEnvelopeThe original envelope of the coverage.org.geotools.coverage.grid.GridCoverage2DoutRasterIntegerpColsDoublepEastDoublepNorthIntegerpRowsDoublepSouthDoublepWestDoublepXresDoublepYres
-
Constructor Summary
Constructors Constructor Description RasterReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()static org.geotools.coverage.grid.GridCoverage2DreadRaster(String path)Utility method to quickly read a grid in default mode.
-
-
-
Field Detail
-
file
public String file
-
pNorth
public Double pNorth
-
pSouth
public Double pSouth
-
pWest
public Double pWest
-
pEast
public Double pEast
-
pXres
public Double pXres
-
pYres
public Double pYres
-
pRows
public Integer pRows
-
pCols
public Integer pCols
-
outRaster
public org.geotools.coverage.grid.GridCoverage2D outRaster
-
doEnvelope
public boolean doEnvelope
Flag to read only envelope (if true, the output geodata is null).
-
originalEnvelope
public org.geotools.geometry.GeneralEnvelope originalEnvelope
The original envelope of the coverage.
-
-