public interface RenderingProcess extends Process
The method provide information about how the data is altered so that the renderer can query the appropriate part of the input data that will feed the process
Modifier and Type | Method and Description |
---|---|
default GeneralParameterValue[] |
customizeReadParams(Map<String,Object> input,
GridCoverageReader reader,
GeneralParameterValue[] params)
Allows the transformation to customize the read parameters (asl
|
GridGeometry |
invertGridGeometry(Map<String,Object> input,
Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read
the input data of the process involved in rendering.
|
Query |
invertQuery(Map<String,Object> input,
Query targetQuery,
GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
Query invertQuery(Map<String,Object> input, Query targetQuery, GridGeometry gridGeometry) throws ProcessException
input
- The process inputstargetQuery
- The query against the transformation outputsgridGeometry
- The grid geometry desired for the outputs of the transformationProcessException
GridGeometry invertGridGeometry(Map<String,Object> input, Query targetQuery, GridGeometry targetGridGeometry) throws ProcessException
input
- The process inputstargetQuery
- The query against the transformation outputsgridGeometry
- The grid geometry desired for the outputs of the transformationProcessException
default GeneralParameterValue[] customizeReadParams(Map<String,Object> input, GridCoverageReader reader, GeneralParameterValue[] params)
input
- The process inputsreader
- The reader involvedparams
- The current parametersCopyright © 1996–2019 Geotools. All rights reserved.