public class LayerMapSource
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static LayerMapSource |
create()
Creates a new LayerMapSource object.
|
static LayerMapSource |
create(com.google.gwt.core.client.JavaScriptObject jso)
Creates a new LayerMapSource object.
|
java.lang.String |
getGdbVersion()
When supported, specify the version in an SDE workspace that the layer will use.
|
int |
getMapLayerId()
The layer id for a sub-layer in the current map service.
|
int |
getMapLayerId(int mapLayerId)
Set the layer id parameter.
|
void |
setGdbVersion(java.lang.String gdbVersion)
Set the gdb version parameter.
|
com.google.gwt.core.client.JavaScriptObject |
toJson()
Converts object to its ArcGIS Server JSON representation.
|
public static LayerMapSource create()
public static LayerMapSource create(com.google.gwt.core.client.JavaScriptObject jso)
jso
- - JSON object representing the LayerMapSource.public final java.lang.String getGdbVersion()
public final void setGdbVersion(java.lang.String gdbVersion)
gdbVersion
- - When supported, specify the version in an SDE workspace that the layer will use.public final int getMapLayerId()
public final int getMapLayerId(int mapLayerId)
mapLayerId
- - The layer id for a sub-layer in the current map service.public final com.google.gwt.core.client.JavaScriptObject toJson()