public class WmsLayerConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
coordinateSystem
The coordinate reference system to use when requesting layers.
|
java.lang.String |
imageFormat
The image content type to use in Get Map requests.
|
java.lang.String |
layerNames
The comma-separated list of WMS layer names.
|
java.lang.String |
serviceAddress
The WMS service address used to build Get Map URLs.
|
java.lang.String |
styleNames
The comma-separated list of WMS style names.
|
java.lang.String |
timeString
The time parameter to include in Get Map requests.
|
boolean |
transparent
Indicates whether Get Map requests should include transparency.
|
java.lang.String |
wmsVersion
The WMS protocol version.
|
Constructor and Description |
---|
WmsLayerConfig()
Constructs a WMS layer configuration with values all null (or false).
|
WmsLayerConfig(java.lang.String serviceAddress,
java.lang.String layerNames)
Constructs a WMS layer configuration with the minimal values.
|
WmsLayerConfig(java.lang.String serviceAddress,
java.lang.String wmsVersion,
java.lang.String layerNames,
java.lang.String styleNames,
java.lang.String coordinateSystem,
java.lang.String imageFormat,
boolean transparent,
java.lang.String timeString)
Constructs a WMS layer configuration with specified values.
|
public java.lang.String serviceAddress
public java.lang.String wmsVersion
public java.lang.String layerNames
public java.lang.String styleNames
public java.lang.String coordinateSystem
public boolean transparent
public java.lang.String imageFormat
public java.lang.String timeString
public WmsLayerConfig()
public WmsLayerConfig(java.lang.String serviceAddress, java.lang.String wmsVersion, java.lang.String layerNames, java.lang.String styleNames, java.lang.String coordinateSystem, java.lang.String imageFormat, boolean transparent, java.lang.String timeString)
serviceAddress
- the WMS service addresswmsVersion
- the WMS protocol versionlayerNames
- comma-separated list of WMS layer namesstyleNames
- comma-separated list of WMS style namescoordinateSystem
- the coordinate reference system to use when requesting layersimageFormat
- the image content type to use in Get Map requeststransparent
- indicates whether Get Map requests should include transparencytimeString
- the time parameter to include in Get Map requestspublic WmsLayerConfig(java.lang.String serviceAddress, java.lang.String layerNames)
serviceAddress
- the WMS service addresslayerNames
- comma-separated list of WMS layer names