Package org.mapfish.print.map.tiled
package org.mapfish.print.map.tiled
Contains map layer implementations that are based on loading one or more images from some service
and construct a GridCoverage from the images. The final grid coverage will be rendered.
-
ClassesClassDescriptionAbstractTiledLayer<T extends AbstractTiledLayerParams>An abstract class to support implementing layers that consist of Raster tiles which are combined to compose a single raster to be drawn on the map.Contains the standard parameters for tiled layers.An abstract layers params class for WM* layers (e.g.The CoverageTask class.PlaceHolder Tile Loader Task.Single Tile Loader Task.Tile.Tile Task.TileInformation<T extends AbstractTiledLayerParams>Encapsulates the information needed to create tile requests for a particular map bounds and display.Tile Preparation Task Result.Information per tile (x, y and request).The Tile Preparation Task class.