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