public interface IWorkspace2
extends java.io.Serializable
Description: 'Provides access to members that have information about the workspace.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4b21005e_01df_4945_9038_adcbd17a0f2e |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNameExists(int type,
java.lang.String name)
Indicates if a dataset with the given name exists within the workspace.
|
static final int IID4b21005e_01df_4945_9038_adcbd17a0f2e
static final int xxDummy
static final java.lang.String IID
boolean isNameExists(int type,
java.lang.String name)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.