|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocatorManager
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 |
---|
static final int IIDe0f10b76_eb7c_11d2_9f47_00c04f8ed1c4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ILocatorWorkspace getLocatorWorkspace(IWorkspace wks) throws java.io.IOException, AutomationException
wks
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocatorWorkspace getLocatorWorkspaceFromPath(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.boolean hasLocatorAttached(IDatasetName datasetName) throws java.io.IOException, AutomationException
datasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAttachedLocator getLocatorFromDataset(IDataset dataset) throws java.io.IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |