public class WMSLayerInfo
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static boolean |
assertLoaded()
Check that the esri.layers.WMSLayer package has been loaded
|
static WMSLayerInfo |
create(java.lang.String name,
java.lang.String title,
java.lang.String description,
Extent extent)
Creates a new WMSLayerInfo object.
|
java.lang.String |
getDescription()
The layer description defines the value of the Abstract capabilities property.
|
Extent |
getExtent()
The layer extent.
|
java.lang.String |
getName()
The layer name.
|
java.lang.String |
getTitle()
The layer title.
|
public static WMSLayerInfo create(java.lang.String name, java.lang.String title, java.lang.String description, Extent extent)
name
- - The layer name. The layer name must be included in the visibleLayers list.title
- - The layer title. Required.description
- - The layer description defines the value of the Abstract capabilities property.extent
- - The layer extent.public static boolean assertLoaded()
public final java.lang.String getDescription()
public final Extent getExtent()
public final java.lang.String getName()
public final java.lang.String getTitle()