Interface CoverageReadingTransformation

All Superinterfaces:
Expression, Function, RenderingTransformation
All Known Implementing Classes:
FootprintsTransformation

public interface CoverageReadingTransformation extends RenderingTransformation
Marks a RenderingTransformation that is able to perform its own data read from a GridCoverage2DReader and an array of GeneralParameterValue. The rendering machinery will then invoke the transformation providing a ReaderAndParams object, rather than doing its own read and then calling it with the resulting GridCoverage