|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderingProcess
An interface to be implemented by processes meant to be integrated as feature collection/grid coverage transformations in a rendering chain.
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
Method Summary | |
---|---|
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. |
Methods inherited from interface Process |
---|
execute |
Method Detail |
---|
Query invertQuery(Map<String,Object> input, Query targetQuery, GridGeometry gridGeometry) throws ProcessException
targetQuery
- gridGeometry
-
ProcessException
GridGeometry invertGridGeometry(Map<String,Object> input, Query targetQuery, GridGeometry targetGridGeometry) throws ProcessException
targetQuery
- gridGeometry
-
ProcessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |