public static class PagingAttribute.PagingProcessorValues
extends java.lang.Object
| Modifier and Type | Field and 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.
|
| Constructor and Description |
|---|
PagingAttribute.PagingProcessorValues() |
public double scale
public double overlap
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.
public AreaOfInterest.AoiDisplay aoiDisplay
For options see: AreaOfInterest.AoiDisplay
By default the rendering in the map attribute's area of interest will be used
public java.lang.String aoiStyle