com.esri.arcgis.geodatabase
Interface IScratchWorkspaceFactory

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IScratchWorkspaceFactory2
All Known Implementing Classes:
FileGDBScratchWorkspaceFactory, IScratchWorkspaceFactory2Proxy, IScratchWorkspaceFactoryProxy, ScratchWorkspaceFactory

public interface IScratchWorkspaceFactory
extends java.io.Serializable

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

Description: 'Provides access to members that create or get a 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 IID06dc8e4b_951c_11d2_ae75_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspace createNewScratchWorkspace()
          Creates and returns a new scratch workspace.
 IWorkspace getDefaultScratchWorkspace()
          The default scratch workspace.
 

Field Detail

IID06dc8e4b_951c_11d2_ae75_080009ec732a

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

getDefaultScratchWorkspace

IWorkspace getDefaultScratchWorkspace()
                                      throws java.io.IOException,
                                             AutomationException
The default 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.

createNewScratchWorkspace

IWorkspace createNewScratchWorkspace()
                                     throws java.io.IOException,
                                            AutomationException
Creates and returns a new 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.