public class BaseCoverageAlgebraProcess extends Object
Modifier and Type | Method and 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 CRS
|
static void |
checkCompatibleCRS(CoordinateReferenceSystem crsA,
CoordinateReferenceSystem crsB)
Utility method for checking if two CRS are equals
|
public static void checkCompatibleCoverages(GridCoverage2D coverageA, GridCoverage2D coverageB) throws ProcessException
ProcessException
public static void checkCompatibleCoveragesForMerge(Collection<GridCoverage2D> coverages) throws ProcessException
ProcessException
public static void checkCompatibleCRS(CoordinateReferenceSystem crsA, CoordinateReferenceSystem crsB)
Copyright © 1996–2023 Geotools. All rights reserved.