com.esri.arcgis.geodatabase
Interface ILocatorWorkspaceName

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILocatorWorkspaceName2
All Known Implementing Classes:
ILocatorWorkspaceName2Proxy, ILocatorWorkspaceNameProxy, LocatorWorkspaceName

public interface ILocatorWorkspaceName
extends java.io.Serializable

COM Interface 'ILocatorWorkspaceName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfc747401_39c0_4842_8635_6db6f96717e5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDfc747401_39c0_4842_8635_6db6f96717e5

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

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
The path to the folder that contains the locator workspace.

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

setPath

void setPath(java.lang.String path)
             throws java.io.IOException,
                    AutomationException
The path to the folder that contains the locator workspace.

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

getWorkspaceName

IWorkspaceName getWorkspaceName()
                                throws java.io.IOException,
                                       AutomationException
The Name object for the ArcSDE workspace that contains the locator workspace.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkspaceNameByRef

void setWorkspaceNameByRef(IWorkspaceName wksName)
                           throws java.io.IOException,
                                  AutomationException
The Name object for the ArcSDE workspace that contains the locator workspace.

Parameters:
wksName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The type of locator workspace.

Returns:
A com.esri.arcgis.geodatabase.esriLocatorWorkspaceType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.