public final class TiledWmsLayerParam extends WmsLayerParam
What is meant by a "tiled wms layer" is a layer based on a WMS layer but instead of a single large image for the layer multiple wms requests are made and the resulting images are combined as tiles.
WmsLayerParam.ServerType| Modifier and Type | Field and Description |
|---|---|
int[] |
tileSize
A two element array of integers indicating the x and y size of each tile.
|
baseURL, imageFormat, layers, method, serverType, styles, useNativeAngle, versioncustomParams, mergeableParamsrasterStylefailOnError, name, opacity| Constructor and Description |
|---|
TiledWmsLayerParam()
Constructor.
|
TiledWmsLayerParam(WmsLayerParam params,
java.awt.Dimension tileSize)
Convert WmsLayerParam into it's tiled equivalent.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getTileSize() |
void |
postConstruct()
Validate some of the properties of this layer.
|
getBaseUrlcreateCommonUrl, getCustomParams, getMergeableParams, setCustomParam, validateBaseUrlpublic int[] tileSize
public TiledWmsLayerParam()
public TiledWmsLayerParam(WmsLayerParam params, java.awt.Dimension tileSize)
params - the WMS parameters to converttileSize - The size of the tilespublic void postConstruct()
throws java.net.URISyntaxException
WmsLayerParampostConstruct in class WmsLayerParamjava.net.URISyntaxExceptionpublic java.awt.Dimension getTileSize()