|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.LocalLocatorWorkspace
public class LocalLocatorWorkspace
COM Class 'LocalLocatorWorkspace'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'A locator workspace that stores locators in a file system.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorWorkspace |
|---|
IID, IIDae5a3a08_f756_11d2_9f4f_00c04f8ed1c4, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.ILocalLocatorWorkspace |
|---|
IID, IIDa922679e_16dd_4fa5_8b0e_aafa5d8e2917, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.ILocatorAttach |
|---|
IID, IIDd12b2dca_775a_11d3_9f5e_00c04f6bdf06, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.ILocatorAttach2 |
|---|
IID, IID301bd67a_8042_4dcc_8375_d2697239e9a5, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
LocalLocatorWorkspace(java.lang.Object obj)
Construct a LocalLocatorWorkspace using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
ILocator |
addLocator(java.lang.String name,
ILocator locator,
java.lang.String configKeyword,
ITrackCancel cancelTracker)
Adds a locator to the locator workspace. |
void |
addLocatorStyle(java.lang.String name,
java.lang.String category,
ILocatorStyle locatorStyle)
Adds a locator style. |
void |
attachLocator(ILocator locator,
ITable attachToTable,
ITable inputTable,
java.lang.String inputFieldNames,
java.lang.String inputJoinFieldName,
ITable outputTable,
java.lang.String outputFieldNames,
java.lang.String outputJoinFieldName)
Attaches a locator to a table. |
void |
attachLocator(ILocator locator,
ITable attachToTable,
java.lang.String inputFieldNames,
java.lang.String outputFieldNames)
Attaches a locator to a table (simple function). |
void |
copyLocator(java.lang.String srcName,
java.lang.String dstName)
Copies a locator. |
void |
deleteLocator(java.lang.String name)
Deletes a locator. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILocator |
getLocator(java.lang.String name)
Gets a locator. |
ILocatorName |
getLocatorName(java.lang.String name)
Gets a LocatorName object. |
IEnumLocatorName |
getLocatorNames(int queryType,
java.lang.String category)
LocatorName objects in the locator workspace. |
IEnumLocator |
getLocators(int queryType,
java.lang.String category)
Locators in the locator workspace. |
ILocatorStyle |
getLocatorStyle(java.lang.String name)
Gets a locator style. |
ILocatorWorkspaceName |
getName()
The Name object for the locator workspace. |
java.lang.String |
getPath()
The path to the folder that contains the locator workspace. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a LocalLocatorWorkspace. |
void |
renameLocator(java.lang.String oldName,
java.lang.String newName)
Renames a locator. |
void |
updateLocator(ILocator locator)
Modifies the properties of a locator. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalLocatorWorkspace(java.lang.Object obj)
throws java.io.IOException
obj to LocalLocatorWorkspace. *
LocalLocatorWorkspace o = (LocalLocatorWorkspace)obj; // will not work
LocalLocatorWorkspace o = new LocalLocatorWorkspace(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
LocalLocatorWorkspace theLocalLocatorWorkspace = (LocalLocatorWorkspace) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public ILocatorWorkspaceName getName()
throws java.io.IOException,
AutomationException
getName in interface ILocatorWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumLocatorName getLocatorNames(int queryType,
java.lang.String category)
throws java.io.IOException,
AutomationException
getLocatorNames in interface ILocatorWorkspacequeryType - A com.esri.arcgis.geodatabase.esriLocatorQuery constant (in)category - The category (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumLocator getLocators(int queryType,
java.lang.String category)
throws java.io.IOException,
AutomationException
getLocators in interface ILocatorWorkspacequeryType - A com.esri.arcgis.geodatabase.esriLocatorQuery constant (in)category - The category (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocatorName getLocatorName(java.lang.String name)
throws java.io.IOException,
AutomationException
getLocatorName in interface ILocatorWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocator getLocator(java.lang.String name)
throws java.io.IOException,
AutomationException
getLocator in interface ILocatorWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocatorStyle getLocatorStyle(java.lang.String name)
throws java.io.IOException,
AutomationException
getLocatorStyle in interface ILocatorWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocator addLocator(java.lang.String name,
ILocator locator,
java.lang.String configKeyword,
ITrackCancel cancelTracker)
throws java.io.IOException,
AutomationException
addLocator in interface ILocatorWorkspacename - The name (in)locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)configKeyword - The configKeyword (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addLocatorStyle(java.lang.String name,
java.lang.String category,
ILocatorStyle locatorStyle)
throws java.io.IOException,
AutomationException
addLocatorStyle in interface ILocatorWorkspacename - The name (in)category - The category (in)locatorStyle - A reference to a com.esri.arcgis.geodatabase.ILocatorStyle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateLocator(ILocator locator)
throws java.io.IOException,
AutomationException
updateLocator in interface ILocatorWorkspacelocator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteLocator(java.lang.String name)
throws java.io.IOException,
AutomationException
deleteLocator in interface ILocatorWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void renameLocator(java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException,
AutomationException
renameLocator in interface ILocatorWorkspaceoldName - The oldName (in)newName - The newName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void copyLocator(java.lang.String srcName,
java.lang.String dstName)
throws java.io.IOException,
AutomationException
copyLocator in interface ILocatorWorkspacesrcName - The srcName (in)dstName - The dstName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPath()
throws java.io.IOException,
AutomationException
getPath in interface ILocalLocatorWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attachLocator(ILocator locator,
ITable attachToTable,
ITable inputTable,
java.lang.String inputFieldNames,
java.lang.String inputJoinFieldName,
ITable outputTable,
java.lang.String outputFieldNames,
java.lang.String outputJoinFieldName)
throws java.io.IOException,
AutomationException
attachLocator in interface ILocatorAttachlocator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)attachToTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)inputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)inputFieldNames - The inputFieldNames (in)inputJoinFieldName - The inputJoinFieldName (in)outputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)outputFieldNames - The outputFieldNames (in)outputJoinFieldName - The outputJoinFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attachLocator(ILocator locator,
ITable attachToTable,
java.lang.String inputFieldNames,
java.lang.String outputFieldNames)
throws java.io.IOException,
AutomationException
attachLocator in interface ILocatorAttach2locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)attachToTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)inputFieldNames - The inputFieldNames (in)outputFieldNames - The outputFieldNames (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||