Package org.geotools.process.raster
Class BaseCoverageAlgebraProcess
- Object
-
- BaseCoverageAlgebraProcess
-
public class BaseCoverageAlgebraProcess extends Object
- Author:
- Daniele Romagnoli, GeoSolutions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkCompatibleCoverages(GridCoverage2D coverageA, GridCoverage2D coverageB)
static void
checkCompatibleCoveragesForMerge(Collection<GridCoverage2D> coverages)
Utility method for ensuring that all the Input Coverages have the same CRSstatic void
checkCompatibleCRS(CoordinateReferenceSystem crsA, CoordinateReferenceSystem crsB)
Utility method for checking if two CRS are equals
-
-
-
Method Detail
-
checkCompatibleCoverages
public static void checkCompatibleCoverages(GridCoverage2D coverageA, GridCoverage2D coverageB) throws ProcessException
- Throws:
ProcessException
-
checkCompatibleCoveragesForMerge
public static void checkCompatibleCoveragesForMerge(Collection<GridCoverage2D> coverages) throws ProcessException
Utility method for ensuring that all the Input Coverages have the same CRS- Throws:
ProcessException
-
checkCompatibleCRS
public static void checkCompatibleCRS(CoordinateReferenceSystem crsA, CoordinateReferenceSystem crsB)
Utility method for checking if two CRS are equals
-
-