public class UGOWorkspaceWraped
extends java.lang.Object
Constructor and Description |
---|
UGOWorkspaceWraped(Workspace workspace, java.lang.Object reference) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Destroy
|
WorkspaceConnectionInfo |
getConnectionInfo()
Returns the data source connection information
|
IDatasources |
getDatasources()
Returns the list of data sources
|
Workspace |
getUgoWorkspace() |
Workspace |
getUGOWorkspace()
Returns the
com.supermap.data.Workspace object for the internal wrapper. |
boolean |
isSaveSupportedOrNot()
Whether to support saving the workspace
|
boolean |
save()
Save the workspace
|
public UGOWorkspaceWraped(Workspace workspace, java.lang.Object reference)
public IDatasources getDatasources()
Returns the list of data sources
public boolean save()
Save the workspace
public WorkspaceConnectionInfo getConnectionInfo()
Returns the data source connection information
public boolean isSaveSupportedOrNot()
Whether to support saving the workspace
public Workspace getUgoWorkspace()
public void dispose()
Destroy
public Workspace getUGOWorkspace()
Returns the com.supermap.data.Workspace
object for the internal wrapper.