Uses of Class
org.geotools.coverage.processing.operation.GridCoverage2DRIA
-
Packages that use GridCoverage2DRIA Package Description org.geotools.coverage.processing.operation List of coverage operations. -
-
Uses of GridCoverage2DRIA in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that return GridCoverage2DRIA Modifier and Type Method Description static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridCoverage2D dst, double[] nodata)
static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridCoverage2D dst, double[] nodata, Hints hints, ROI roi)
Wrap the src coverage in the dst layout.static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridGeometry2D dst, double[] nodata)
Wrap the src coverage in the dst layout.static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints)
static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints, ROI roi)
Wrap the src coverage in the dst layout.
-