Package org.mapfish.print.map.tiled
Class AbstractTiledLayerParams
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.tiled.AbstractTiledLayerParams
- Direct Known Subclasses:
- AbstractWMXLayerParams,- OsmLayerParam
Contains the standard parameters for tiled layers.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe name of the style (in Configuration or Template) to use when drawing the layer to the map.Fields inherited from class org.mapfish.print.map.AbstractLayerParamsfailOnError, name, opacity
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor.protectedCopy constructor.
- 
Method Summary
- 
Field Details- 
rasterStyleThe name of the style (in Configuration or Template) to use when drawing the layer to the map. This is separate from the style in that it indicates how to draw the map. It allows one to apply any of the SLD raster styling.
 
- 
- 
Constructor Details- 
AbstractTiledLayerParamsprotected AbstractTiledLayerParams()Constructor.
- 
AbstractTiledLayerParamsCopy constructor.- Parameters:
- other- the object to copy
 
 
- 
- 
Method Details- 
getBaseUrlGet the base url for all tile requests. For example it might be 'http://server .com/geoserver/gwc/service/wmts'.
- 
validateBaseUrlpublic abstract boolean validateBaseUrl()Validates the provided base url.- Returns:
- True, if the url is valid.
 
- 
createCommonUrlCreate a URL that is common to all image requests for this layer. It will take the base url and append all mergeable and custom params to the base url.- Throws:
- URISyntaxException
 
 
-