Package org.mapfish.print.processor.map
Class CreateMapProcessor.Output
java.lang.Object
org.mapfish.print.processor.map.CreateMapProcessor.Output
- Enclosing class:
- CreateMapProcessor
Output for the processor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe paths to a graphic for each layer.final MapfishMapContext
The map parameters used after zooming and all other calculations that are made.final String
The path to the compiled sub-report for the map. -
Method Summary
-
Field Details
-
layerGraphics
The paths to a graphic for each layer. -
mapSubReport
The path to the compiled sub-report for the map. -
mapContext
The map parameters used after zooming and all other calculations that are made.
-