Package org.geotools.coverage.grid.io
Interface CoverageReadingTransformation
-
- All Superinterfaces:
Expression
,Function
,RenderingTransformation
- All Known Implementing Classes:
FootprintsTransformation
public interface CoverageReadingTransformation extends RenderingTransformation
Marks aRenderingTransformation
that is able to perform its own data read from aGridCoverage2DReader
and an array ofGeneralParameterValue
. The rendering machinery will then invoke the transformation providing a ReaderAndParams object, rather than doing its own read and then calling it with the resultingGridCoverage
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CoverageReadingTransformation.ReaderAndParams
-
Field Summary
-
Fields inherited from interface Expression
NIL
-
-
Method Summary
-
Methods inherited from interface Expression
accept, evaluate, evaluate
-
Methods inherited from interface Function
getFallbackValue, getFunctionName, getName, getParameters
-
Methods inherited from interface RenderingTransformation
customizeReadParams, invertGridGeometry, invertQuery
-
-