| Interface | Description |
|---|---|
| MapLayer |
Encapsulates the data required to load map data for a layer and render it.
|
| Class | Description |
|---|---|
| AreaOfInterest |
Represents an area on the map which is of particular interest for some reason.
|
| BBoxMapBounds |
Represent the map bounds with a bounding box.
|
| CenterScaleMapBounds |
Represent Map Bounds with a center location and a scale of the map.
|
| GenericMapAttribute |
Generic attributes for
CreateMapProcessor and CreateOverviewMapProcessor. |
| MapAttribute |
The attributes for
CreateMapProcessor (see
!createMap processor). |
| MapBounds |
Class Represents the bounds of the map in some way.
|
| MapfishMapContext |
Utility class that adjusts the bounds and the map size in case a rotation is set.
|
| OverviewMapAttribute |
The attributes for an overview map (see
!createOverviewMap processor).
|
| PagingAttribute |
Attribute that defines how a map is displayed across many pages.
|
| PagingAttribute.PagingProcessorValues |
Values object for this attribute type.
|
| StaticLayersAttribute |
The attributes for the
AddStaticLayersProcessor (see
!addBackgroundLayers and
!addOverlayLayers processor) which adds the layers in this
attribute to the layers in the map. |
| StaticLayersAttribute.StaticLayersAttributeValue |
The object used to parse the input parameters for this attribute object.
|
| ZoomLevels |
Encapsulates a sorted set of scale denominators representing the allowed scales.
|
| ZoomLevelSnapStrategy.SearchResult |
The results of a search.
|
| ZoomToFeatures |
Zoom the map to the features of a specific layer or all features of the map.
|
| Enum | Description |
|---|---|
| AreaOfInterest.AoiDisplay |
Represents the ways that the area of interest (aoi) can be rendered on the map.
|
| MapLayer.RenderType |
Enumerated type to specify whether layer should be rendered as PNG, JPEG or SVG.
|
| ZoomLevelSnapStrategy |
Enumerates the different strategies for finding the closest zoom-level/scale.
|
| ZoomToFeatures.ZoomType |
The zoom type.
|