com.esri.arcgis.geodatabase
Interface IEnumWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumWorkspaceProxy

public interface IEnumWorkspace
extends java.io.Serializable

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

IID8d39a5ff_bdc8_11d0_87f8_080009ec732a

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

next

void next(int numRequested,
          IWorkspace[] workspaces,
          int[] numFetched)
          throws java.io.IOException,
                 AutomationException
Retrieves the next Workspace in the enumeration sequence.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

skip

void skip(int numToSkip)
          throws java.io.IOException,
                 AutomationException
Skips the next Workspace in the enumeration.

Parameters:
numToSkip - The numToSkip (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

void esri_clone(IEnumWorkspace[] workspaces)
                throws java.io.IOException,
                       AutomationException
Creates a clone of the current enumeration.

Parameters:
workspaces - A reference to a com.esri.arcgis.geodatabase.IEnumWorkspace (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.