Uses of Interface
org.geotools.coverage.grid.io.CoverageReadingTransformation
-
Packages that use CoverageReadingTransformation Package Description org.geotools.gce.imagemosaic -
-
Uses of CoverageReadingTransformation in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement CoverageReadingTransformation Modifier and Type Class Description class
FootprintsTransformation
Transformation returning the same granules that theStructuredGridCoverage2DReader
would have used as the input for image creation in theGridCoverage2DReader.read(GeneralParameterValue[])
method (with some exceptions, like footprints usage, as this transformation only sets up a filter against the associatedGranuleSource
).
-