com.esri.arcgis.geodatabase
Interface IScratchWorkspaceFactory2

All Superinterfaces:
IScratchWorkspaceFactory, java.io.Serializable
All Known Implementing Classes:
FileGDBScratchWorkspaceFactory, IScratchWorkspaceFactory2Proxy, ScratchWorkspaceFactory

public interface IScratchWorkspaceFactory2
extends IScratchWorkspaceFactory, java.io.Serializable

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

Description: 'Provides access to members to get the current scratch 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 IIDceb80992_ebc0_482b_9cd9_9974ab40d4c2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IScratchWorkspaceFactory
IID06dc8e4b_951c_11d2_ae75_080009ec732a
 
Method Summary
 IWorkspace getCurrentScratchWorkspace()
          The current scratch workspace.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IScratchWorkspaceFactory
createNewScratchWorkspace, getDefaultScratchWorkspace
 

Field Detail

IIDceb80992_ebc0_482b_9cd9_9974ab40d4c2

static final int IIDceb80992_ebc0_482b_9cd9_9974ab40d4c2
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

getCurrentScratchWorkspace

IWorkspace getCurrentScratchWorkspace()
                                      throws java.io.IOException,
                                             AutomationException
The current scratch workspace.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.