public interface IEnumWorkspace
extends java.io.Serializable
Description: 'Provides access to members that enumerate workspaces.' 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 |
IID8d39a5ff_bdc8_11d0_87f8_080009ec732a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
esri_clone(IEnumWorkspace[] workspaces)
Creates a clone of the current enumeration.
|
void |
next(int numRequested,
IWorkspace[] workspaces,
int[] numFetched)
Retrieves the next Workspace in the enumeration sequence.
|
void |
reset()
Resets the enumeration sequence to the beginning.
|
void |
skip(int numToSkip)
Skips the next Workspace in the enumeration.
|
static final int IID8d39a5ff_bdc8_11d0_87f8_080009ec732a
static final int xxDummy
static final java.lang.String IID
void next(int numRequested, IWorkspace[] workspaces, int[] numFetched) throws java.io.IOException, AutomationException
numRequested
- The numRequested (in)workspaces
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (out: use single element array)numFetched
- The numFetched (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void skip(int numToSkip) throws java.io.IOException, AutomationException
numToSkip
- The numToSkip (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void esri_clone(IEnumWorkspace[] workspaces) throws java.io.IOException, AutomationException
workspaces
- A reference to a com.esri.arcgis.geodatabase.IEnumWorkspace (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.