Package org.mapfish.print.processor.map
Class CreateNorthArrowProcessor.Input
java.lang.Object
org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
- Enclosing class:
- CreateNorthArrowProcessor
Input for the processor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe factory to use for making http requests.The map the north arrow is created for.The parameters for the north arrow.The containing template.The path to the temporary directory for the print task. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
The map the north arrow is created for. -
northArrow
The parameters for the north arrow. -
tempTaskDirectory
The path to the temporary directory for the print task. -
clientHttpRequestFactoryProvider
The factory to use for making http requests. -
template
The containing template.
-
-
Constructor Details
-
Input
public Input()
-