com.esri.arcgis.location
Interface ILocatorManager

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILocatorManager2
All Known Implementing Classes:
ILocatorManager2Proxy, ILocatorManagerProxy, LocatorManager

public interface ILocatorManager
extends java.io.Serializable

COM Interface 'ILocatorManager'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe0f10b76_eb7c_11d2_9f47_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAttachedLocator getLocatorFromDataset(IDataset dataset)
          Returns the locator attached to the dataset.
 ILocatorWorkspace getLocatorWorkspace(IWorkspace wks)
          Returns the locator workspace for a workspace.
 ILocatorWorkspace getLocatorWorkspaceFromPath(java.lang.String path)
          Returns the locator workspace for a path.
 boolean hasLocatorAttached(IDatasetName datasetName)
          Indicates if a dataset has an attached locator.
 

Field Detail

IIDe0f10b76_eb7c_11d2_9f47_00c04f8ed1c4

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

getLocatorWorkspace

ILocatorWorkspace getLocatorWorkspace(IWorkspace wks)
                                      throws java.io.IOException,
                                             AutomationException
Returns the locator workspace for a workspace.

Parameters:
wks - A reference to a com.esri.arcgis.geodatabase.IWorkspace (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.

getLocatorWorkspaceFromPath

ILocatorWorkspace getLocatorWorkspaceFromPath(java.lang.String path)
                                              throws java.io.IOException,
                                                     AutomationException
Returns the locator workspace for a path.

Parameters:
path - The path (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.

hasLocatorAttached

boolean hasLocatorAttached(IDatasetName datasetName)
                           throws java.io.IOException,
                                  AutomationException
Indicates if a dataset has an attached locator.

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

getLocatorFromDataset

IAttachedLocator getLocatorFromDataset(IDataset dataset)
                                       throws java.io.IOException,
                                              AutomationException
Returns the locator attached to the dataset.

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