public static class WMTSLayerInfo.Options
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static WMTSLayerInfo.Options |
create() |
void |
setDescription(java.lang.String description)
Set the description parameter.
|
void |
setFormat(java.lang.String format)
Set the format parameter.
|
void |
setFullExtent(Extent fullExtent)
Set the fullExtent parameter.
|
void |
setIdentifier(java.lang.String identifier)
Set the identifier parameter.
|
void |
setInitialExtent(Extent initialExtent)
Set the initialExtent parameter.
|
void |
setStyle(java.lang.String style)
Set the style parameter.
|
void |
setTileInfo(TileInfo tileInfo)
Set the tileInfo parameter.
|
void |
setTileMatrixSet(java.lang.String tileMatrixSet)
Set the tileMatrixSet parameter.
|
void |
setTitle(java.lang.String title)
Set the title parameter.
|
public static WMTSLayerInfo.Options create()
public final void setDescription(java.lang.String description)
description
- - The description of the layer defined by the abstract property of the capabilities file or resource info.public final void setFormat(java.lang.String format)
format
- - Specify a format supported by the service.public final void setFullExtent(Extent fullExtent)
fullExtent
- - The full extent of the WMTS layer.public final void setIdentifier(java.lang.String identifier)
identifier
- - The layer id.public final void setInitialExtent(Extent initialExtent)
initialExtent
- - The initial extent of the WMTS layer.public final void setStyle(java.lang.String style)
style
- - Specify the layer style.public final void setTileInfo(TileInfo tileInfo)
tileInfo
- - A tile info object . Note that the level property of the lods is the
name of the tile matrix followed by the level number.public final void setTileMatrixSet(java.lang.String tileMatrixSet)
tileMatrixSet
- - Define the tileMatrixSet for the layer.public final void setTitle(java.lang.String title)
title
- - The layer title.