public interface ILocatorWorkspaceName
extends java.io.Serializable
Description: 'Provides access to members that describe a locator 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfc747401_39c0_4842_8635_6db6f96717e5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
The path to the folder that contains the locator workspace.
|
int |
getType()
The type of locator workspace.
|
IWorkspaceName |
getWorkspaceName()
The Name object for the ArcSDE workspace that contains the locator workspace.
|
void |
setPath(java.lang.String path)
The path to the folder that contains the locator workspace.
|
void |
setWorkspaceNameByRef(IWorkspaceName wksName)
The Name object for the ArcSDE workspace that contains the locator workspace.
|
static final int IIDfc747401_39c0_4842_8635_6db6f96717e5
static final int xxDummy
static final java.lang.String IID
java.lang.String getPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPath(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspaceName getWorkspaceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWorkspaceNameByRef(IWorkspaceName wksName) throws java.io.IOException, AutomationException
wksName
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.