Class PagingAttribute.PagingProcessorValues

  • Enclosing class:
    PagingAttribute

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

      Fields 
      Modifier and Type Field Description
      AreaOfInterest.AoiDisplay aoiDisplay
      Indicates how to render the area of interest on this sub-map.
      java.lang.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.
      double overlap
      The amount that each page/sub-map should overlap each other.
      double scale
      The scale denominator for each page/sub-map.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 java.lang.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 Detail

      • PagingProcessorValues

        public PagingProcessorValues()