com.esri.arcgis.location
Interface ILocatorManager2
- All Superinterfaces:
- ILocatorManager, java.io.Serializable
- All Known Implementing Classes:
- ILocatorManager2Proxy, LocatorManager
public interface ILocatorManager2
- extends ILocatorManager, java.io.Serializable
COM Interface 'ILocatorManager2'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to members for manipulating located datasets and locator 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 =
IID08fc0263_7a3f_4f34_9fea_975b9b5e16c8
static final int IID08fc0263_7a3f_4f34_9fea_975b9b5e16c8
- 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
getAGSLocatorWorkspace
ILocatorWorkspace getAGSLocatorWorkspace(IAGSServerConnectionName serverConnection)
throws java.io.IOException,
AutomationException
- Returns the locator workspace for an ArcGIS server connection.
- Parameters:
serverConnection
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspace
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.