Class OverviewMapAttribute.OverviewMapAttributeValues

    • Field Detail

      • layers

        public PArray layers
        The json with all the layer information. This will be parsed in postConstruct into a list of layers and therefore this field should not normally be accessed.
      • dpi

        public java.lang.Double dpi
        The output dpi of the printed map.
      • bbox

        public double[] bbox
        An array of 4 doubles, minX, minY, maxX, maxY. The bounding box of the overview-map.

        If a bounding box is given, the overview-map shows a fixed extent. The configuration parameter zoomFactor is ignored in this case.

      • center

        public double[] center
        An array of 2 doubles, (x, y). The center of the overview-map.

        If center and scale are given, the overview-map shows a fixed extent. The configuration parameter zoomFactor is ignored in this case.

      • scale

        public java.lang.Double scale
        If center is defined then this is the scale of the map centered at center .
    • Constructor Detail

      • OverviewMapAttributeValues

        public OverviewMapAttributeValues​(Template template)
        Constructor.
        Parameters:
        template - the template this map is part of.
      • OverviewMapAttributeValues

        public OverviewMapAttributeValues​(Template template,
                                          java.lang.Integer width,
                                          java.lang.Integer height)
        Constructor.
        Parameters:
        template - the template this map is part of.
        width - the width of the map.
        height - the height of the map.