com.esri.arcgis.geodatabase
Interface IWorkspace2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWorkspace2Proxy, Sde4Workspace, Workspace

public interface IWorkspace2
extends java.io.Serializable

COM Interface 'IWorkspace2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4b21005e_01df_4945_9038_adcbd17a0f2e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isNameExists(int type, java.lang.String name)
          Indicates if a dataset with the given name exists within the workspace.
 

Field Detail

IID4b21005e_01df_4945_9038_adcbd17a0f2e

static final int IID4b21005e_01df_4945_9038_adcbd17a0f2e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isNameExists

boolean isNameExists(int type,
                     java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
Indicates if a dataset with the given name exists within the workspace.

Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
name - The name (in)
Returns:
The exists
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.