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() |
| 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 void postConstruct()
throws java.net.URISyntaxException
WmsLayerParampostConstruct in class WmsLayerParamjava.net.URISyntaxExceptionpublic java.awt.Dimension getTileSize()