Package org.geotools.process.raster
Class BaseCoverageAlgebraProcess
Object
BaseCoverageAlgebraProcess
- Author:
- Daniele Romagnoli, GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Utility method for checking if two CRS are equals
-
Method Details
-
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
-