Uses of Interface
org.geotools.filter.function.RenderingTransformation
Packages that use RenderingTransformation
-
Uses of RenderingTransformation in org.geotools.coverage.grid.io
Subinterfaces of RenderingTransformation in org.geotools.coverage.grid.ioModifier and TypeInterfaceDescriptioninterface
Marks aRenderingTransformation
that is able to perform its own data read from aGridCoverage2DReader
and an array ofGeneralParameterValue
. -
Uses of RenderingTransformation in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement RenderingTransformationModifier and TypeClassDescriptionclass
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
).