public class LayerMatrixSetMap
extends java.lang.Object
implements java.io.Serializable
Layer information.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | layerNameThe layer name. | 
| java.lang.String | tileMatrixSetLinkThe name of the tile matrix set. | 
| java.lang.String | titleThe caption of the map layer. | 
| Constructor and Description | 
|---|
| LayerMatrixSetMap()The Constructor. | 
| LayerMatrixSetMap(java.lang.String layerName, java.lang.String tileMatrixSetLink)The Constructor. |