com.esri.arcgis.location
Interface ILocatorWorkspaceName2

All Superinterfaces:
ILocatorWorkspaceName, java.io.Serializable
All Known Implementing Classes:
ILocatorWorkspaceName2Proxy, LocatorWorkspaceName

public interface ILocatorWorkspaceName2
extends ILocatorWorkspaceName, java.io.Serializable

COM Interface 'ILocatorWorkspaceName2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.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 IIDf47bb961_8885_4cdc_9c85_00be5dd6d903
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspaceName
IIDfc747401_39c0_4842_8635_6db6f96717e5
 
Method Summary
 IAGSServerConnectionName getAGSServerConnectionName()
          The name of the ArcGIS server connection that contains the locator workspace.
 void setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnection)
          The name of the ArcGIS server connection that contains the locator workspace.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspaceName
getPath, getType, getWorkspaceName, setPath, setWorkspaceNameByRef
 

Field Detail

IIDf47bb961_8885_4cdc_9c85_00be5dd6d903

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

getAGSServerConnectionName

IAGSServerConnectionName getAGSServerConnectionName()
                                                    throws java.io.IOException,
                                                           AutomationException
The name of the ArcGIS server connection that contains the locator workspace.

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

setAGSServerConnectionNameByRef

void setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnection)
                                     throws java.io.IOException,
                                            AutomationException
The name of the ArcGIS server connection that contains the locator workspace.

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