Class PagingAttribute.PagingProcessorValues

java.lang.Object
org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
Enclosing class:
PagingAttribute

public static class PagingAttribute.PagingProcessorValues extends Object
Values object for this attribute type.
  • Field Details

    • scale

      public double scale
      The scale denominator for each page/sub-map.
    • overlap

      public double overlap
      The 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

      public AreaOfInterest.AoiDisplay 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

      public String 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()