|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalogUI.CatalogSearchEngine
public class CatalogSearchEngine
A search engine that looks in the Catalog for objects that match the search criteria.
| Constructor Summary | |
|---|---|
CatalogSearchEngine()
Constructs a CatalogSearchEngine using ArcGIS Engine. |
|
CatalogSearchEngine(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CatalogSearchEngine theCatalogSearchEngine = (CatalogSearchEngine) obj; |
|
| Method Summary | |
|---|---|
void |
addISearchEngineEventsListener(ISearchEngineEvents theListener)
addISearchEngineEventsListener. |
void |
edit(int parentHWnd)
Opens a dialog box that lets a user set the search engine's properties. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
executeAsynchronous()
Executes the query asynchronously. |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static String |
getClsid()
getClsid. |
String |
getLocationString()
Starting location of a search. |
String |
getName()
Name of the search engine. |
int |
hashCode()
the hashcode for this object |
boolean |
isEnabled()
Indicates if the search engine is enabled. |
boolean |
isExecuting()
Indicates if the search is currently executing. |
void |
load(IPropertySet pPropertySet)
Loads the search engine properties from the given property set. |
void |
removeISearchEngineEventsListener(ISearchEngineEvents theListener)
removeISearchEngineEventsListener. |
void |
save(IPropertySet pPropertySet)
Saves the search engine properties to the given property set. |
void |
setEnabled(boolean isEnabled)
Indicates if the search engine is enabled. |
void |
setLocationString(String pLocation)
Starting location of a search. |
void |
setQueryByRef(IQuery rhs1)
Query that will be executed. |
void |
stop()
Cancels an ongoing search (if it is currently executing). |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public CatalogSearchEngine()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public CatalogSearchEngine(Object obj)
throws IOException
CatalogSearchEngine theCatalogSearchEngine = (CatalogSearchEngine) obj;
obj to CatalogSearchEngine.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addISearchEngineEventsListener(ISearchEngineEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.catalogUI.ISearchEngineEvents interface.
IOException - If there are communications problems.
public void removeISearchEngineEventsListener(ISearchEngineEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.catalogUI.ISearchEngineEvents interface.
IOException - If there are communications problems.
public String getName()
throws IOException,
AutomationException
getName in interface ISearchEngineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnabled(boolean isEnabled)
throws IOException,
AutomationException
setEnabled in interface ISearchEngineisEnabled - The isEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws IOException,
AutomationException
isEnabled in interface ISearchEngineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryByRef(IQuery rhs1)
throws IOException,
AutomationException
setQueryByRef in interface ISearchEnginerhs1 - A reference to a com.esri.arcgis.catalog.IQuery (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void executeAsynchronous()
throws IOException,
AutomationException
executeAsynchronous in interface ISearchEngineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stop()
throws IOException,
AutomationException
stop in interface ISearchEngineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExecuting()
throws IOException,
AutomationException
isExecuting in interface ISearchEngineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void edit(int parentHWnd)
throws IOException,
AutomationException
edit in interface ISearchEnginePropertiesparentHWnd - The parentHWnd (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IPropertySet pPropertySet)
throws IOException,
AutomationException
load in interface ISearchEnginePropertiespPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IPropertySet pPropertySet)
throws IOException,
AutomationException
save in interface ISearchEnginePropertiespPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLocationString()
throws IOException,
AutomationException
getLocationString in interface ISearchEnginePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationString(String pLocation)
throws IOException,
AutomationException
setLocationString in interface ISearchEnginePropertiespLocation - The pLocation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
throws IOException,
AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
throws IOException,
AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint in interface IConnectionPointContainerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
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 | ||||||||