public interface IWorkspaceFactory2 extends IWorkspaceFactory, java.io.Serializable
Description: 'Provides access to members that create and open workspaces and supply workspace factory information.' 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 |
IIDd29cd15f_3014_11d4_8141_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf173fc16_d63a_11d1_aa81_00c04fa33a15
Modifier and Type | Method and Description |
---|---|
IWorkspace |
openFromString(java.lang.String connectStr,
int hWnd)
Opens the workspace specified by a connection string.
|
containsWorkspace, copy, create, getClassID, getWorkspaceDescription, getWorkspaceName, getWorkspaceType, isWorkspace, move, open, openFromFile, readConnectionPropertiesFromFile
static final int IIDd29cd15f_3014_11d4_8141_00c04f686238
static final int xxDummy
static final java.lang.String IID
IWorkspace openFromString(java.lang.String connectStr, int hWnd) throws java.io.IOException, AutomationException
connectStr
- The connectStr (in)hWnd
- The hWnd (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.