|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumWorkspace
COM Interface 'IEnumWorkspace'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID8d39a5ff_bdc8_11d0_87f8_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID8d39a5ff_bdc8_11d0_87f8_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |