public class RasterReader
extends org.hortonmachine.gears.libs.modules.HMModel
| Modifier and Type | Field and Description |
|---|---|
boolean |
doEnvelope
Flag to read only envelope (if true, the output geodata is null).
|
String |
file |
Double |
fileNovalue |
Double |
geodataNovalue |
org.geotools.geometry.GeneralEnvelope |
originalEnvelope
The original envelope of the coverage.
|
org.geotools.coverage.grid.GridCoverage2D |
outRaster |
Integer |
pCols |
Double |
pEast |
Double |
pNorth |
Integer |
pRows |
Double |
pSouth |
Double |
pWest |
Double |
pXres |
Double |
pYres |
| Constructor and Description |
|---|
RasterReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
process() |
static org.geotools.coverage.grid.GridCoverage2D |
readRaster(String path)
Utility method to quickly read a grid in default mode.
|
public String file
public Double fileNovalue
public Double geodataNovalue
public Double pNorth
public Double pSouth
public Double pWest
public Double pEast
public Double pXres
public Double pYres
public Integer pRows
public Integer pCols
public org.geotools.coverage.grid.GridCoverage2D outRaster
public boolean doEnvelope
public org.geotools.geometry.GeneralEnvelope originalEnvelope
Copyright © 2005–2020 HydroloGIS. All rights reserved.