public class GrassCoverageReadParam extends Object
Represents the parameters needed by the GrassCoverageReader for reading coverage, i.e. the portion and resolution of the map you want to get from the GridCoverageReader.
The needed parameters to read a GRASS raster map, are the following:
All these values are already handled in the JGrassRegion, so that has to be supplied in order to choose a region different from the native data region. Note: it is enough to have bounds and row-cols, or bounds and resolutions, or also a corner and row-cols and resolutions.
JGrassRegion}
,
JGrassMapEnvironment}
Constructor and Description |
---|
GrassCoverageReadParam(JGrassRegion requestedWorldRegion)
Constructs a
GrassCoverageReadParam . |
Modifier and Type | Method and Description |
---|---|
JGrassRegion |
getRequestedWorldRegion()
Getter for the active region
|
public GrassCoverageReadParam(JGrassRegion requestedWorldRegion)
GrassCoverageReadParam
.requestedWorldRegion
- the active region to which to set read region to.public JGrassRegion getRequestedWorldRegion()
activeRegion
- the active region. If this is null, the whole raster map region should be
used.Copyright © 1996–2019 Geotools. All rights reserved.