Package org.mapfish.print.attribute.map
Class PagingAttribute.PagingProcessorValues
java.lang.Object
org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
- Enclosing class:
- PagingAttribute
Values object for this attribute type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates how to render the area of interest on this sub-map.If this is defined it will override the style used for rendering the Area Of Interest in the main map attribute's Area of Interest definition.double
The amount that each page/sub-map should overlap each other.double
The scale denominator for each page/sub-map. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scale
public double scaleThe scale denominator for each page/sub-map. -
overlap
public double overlapThe amount that each page/sub-map should overlap each other.For example if the value is 1 and the projection of the map is degrees then the overlap will be 1 degree.
The default is to not have any overlap.
-
aoiDisplay
Indicates how to render the area of interest on this sub-map. This makes it easier to how the all the sub-maps fit together to for the complete map. Also if the map is rendered as a whole in one part of the report one can easily see where in the complete map the sub-map fits, even without looking at the labeling.For options see:
AreaOfInterest.AoiDisplay
By default the rendering in the map attribute's area of interest will be used
-
aoiStyle
If this is defined it will override the style used for rendering the Area Of Interest in the main map attribute's Area of Interest definition.
-
-
Constructor Details
-
PagingProcessorValues
public PagingProcessorValues()
-