Uses of Class
org.geotools.coverage.processing.CannotReprojectException
-
Packages that use CannotReprojectException Package Description org.geotools.coverage.processing Coverage processing implementations. -
-
Uses of CannotReprojectException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw CannotReprojectException Modifier and Type Method Description protected void
OperationJAI. resampleToCommonGeometry(GridCoverage2D[] sources, CoordinateReferenceSystem crs2D, MathTransform2D gridToCrs2D, Hints hints)
Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation.
-