public class TableDataSource
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static TableDataSource |
create()
Creates a new TableDataSource object.
|
static TableDataSource |
create(com.google.gwt.core.client.JavaScriptObject jso)
Creates a new TableDataSource object.
|
java.lang.String |
getDataSourceName()
The name of a table, feature class or raster that resides in the registered workspace.
|
java.lang.String |
getGdbVersion()
When supported, specify the version in an SDE workspace that the layer will use.
|
java.lang.String |
getWorkspaceId()
The workspace id for the registered file geodatabase, SDE or Shapefile workspace.
|
void |
setDataSourceName(java.lang.String dataSourceName)
Set the data source name parameter.
|
void |
setGdbVersion(java.lang.String gdbVersion)
Set the gdb version parameter.
|
void |
setWorkspaceId(java.lang.String workspaceId)
Set the workspace id parameter.
|
public static TableDataSource create()
public static TableDataSource create(com.google.gwt.core.client.JavaScriptObject jso)
jso
- - JSON object representing the TableDataSource.public final java.lang.String getDataSourceName()
public final void setDataSourceName(java.lang.String dataSourceName)
dataSourceName
- - The name of a table, feature class or raster that resides in
the registered workspace.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 java.lang.String getWorkspaceId()
public final void setWorkspaceId(java.lang.String workspaceId)
workspaceId
- - The workspace id for the registered file geodatabase, SDE or Shapefile workspace.