|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.search.SearchConfiguration
public class SearchConfiguration
COM Class 'SearchConfiguration'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description 'Provides access to members of SearchConfiguration.' 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.search.ISearchConfiguration |
---|
IID, IIDee2df519_39a5_48f6_ab24_be147ebdd4bd, xxDummy |
Constructor Summary | |
---|---|
SearchConfiguration()
Constructs a SearchConfiguration using ArcGIS Engine. |
|
SearchConfiguration(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SearchConfiguration theSearchConfiguration = (SearchConfiguration) obj; |
Method Summary | |
---|---|
void |
addServiceName(IAGSServerObjectName pSON)
Add search service name. |
void |
deleteServiceName(IAGSServerObjectName pSON)
Delete search service name. |
void |
empty()
Reset to default value and clean service names array. |
void |
emptyAdvancedOptions()
Resets the default values of the advanced options page and cleans the array of service names. |
void |
emptySearchOptions()
Resets the default values of the search options page. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMaxResultsPerPage()
The maximum number of search result per page. |
IAGSServerObjectName |
getServiceName(int index)
The search service object name at the specified index. |
int |
getServicesCount()
The count of search services. |
int |
hashCode()
the hashcode for this object |
boolean |
isCheckSynonymsUserDefined()
Indicates whether to use custom synonyms. |
boolean |
isCheckSynonymsWordNet()
Indicates whether to use the built in WordNet synonyms. |
boolean |
isServiceSelected(IAGSServerObjectName pSON)
Indicates whether a service is selected. |
boolean |
isShowPopup()
Indicates whether to show pop-up in search result page. |
boolean |
isZoomToSelectedLocation()
Indicates whether to zoom to the select text based spatial search location. |
void |
loadFromFile(java.lang.String path)
Load configuration settings from the specificed location. |
void |
release()
Release a SearchConfiguration. |
void |
saveToFile(java.lang.String path)
Save configuration settings to the specificed location. |
void |
setCheckSynonymsUserDefined(boolean pCheckSynonymsUserDefined)
Indicates whether to use custom synonyms. |
void |
setCheckSynonymsWordNet(boolean pCheckSynonymsWordNet)
Indicates whether to use the built in WordNet synonyms. |
void |
setIsServiceSelected(IAGSServerObjectName pSON,
boolean bSelected)
Indicates whether a service is selected. |
void |
setMaxResultsPerPage(int pCount)
The maximum number of search result per page. |
void |
setShowPopup(boolean pShow)
Indicates whether to show pop-up in search result page. |
void |
setZoomToSelectedLocation(boolean pZoomToSelectedLocation)
Indicates whether to zoom to the select text based spatial search location. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchConfiguration() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SearchConfiguration(java.lang.Object obj) throws java.io.IOException
SearchConfiguration theSearchConfiguration = (SearchConfiguration) obj;
obj
to SearchConfiguration
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void loadFromFile(java.lang.String path) throws java.io.IOException, AutomationException
loadFromFile
in interface ISearchConfiguration
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveToFile(java.lang.String path) throws java.io.IOException, AutomationException
saveToFile
in interface ISearchConfiguration
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServicesCount() throws java.io.IOException, AutomationException
getServicesCount
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAGSServerObjectName getServiceName(int index) throws java.io.IOException, AutomationException
getServiceName
in interface ISearchConfiguration
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isServiceSelected(IAGSServerObjectName pSON) throws java.io.IOException, AutomationException
isServiceSelected
in interface ISearchConfiguration
pSON
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsServiceSelected(IAGSServerObjectName pSON, boolean bSelected) throws java.io.IOException, AutomationException
setIsServiceSelected
in interface ISearchConfiguration
pSON
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)bSelected
- The bSelected (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addServiceName(IAGSServerObjectName pSON) throws java.io.IOException, AutomationException
addServiceName
in interface ISearchConfiguration
pSON
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteServiceName(IAGSServerObjectName pSON) throws java.io.IOException, AutomationException
deleteServiceName
in interface ISearchConfiguration
pSON
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void empty() throws java.io.IOException, AutomationException
empty
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxResultsPerPage() throws java.io.IOException, AutomationException
getMaxResultsPerPage
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxResultsPerPage(int pCount) throws java.io.IOException, AutomationException
setMaxResultsPerPage
in interface ISearchConfiguration
pCount
- The pCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowPopup() throws java.io.IOException, AutomationException
isShowPopup
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowPopup(boolean pShow) throws java.io.IOException, AutomationException
setShowPopup
in interface ISearchConfiguration
pShow
- The pShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isZoomToSelectedLocation() throws java.io.IOException, AutomationException
isZoomToSelectedLocation
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZoomToSelectedLocation(boolean pZoomToSelectedLocation) throws java.io.IOException, AutomationException
setZoomToSelectedLocation
in interface ISearchConfiguration
pZoomToSelectedLocation
- The pZoomToSelectedLocation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCheckSynonymsWordNet() throws java.io.IOException, AutomationException
isCheckSynonymsWordNet
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCheckSynonymsWordNet(boolean pCheckSynonymsWordNet) throws java.io.IOException, AutomationException
setCheckSynonymsWordNet
in interface ISearchConfiguration
pCheckSynonymsWordNet
- The pCheckSynonymsWordNet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCheckSynonymsUserDefined() throws java.io.IOException, AutomationException
isCheckSynonymsUserDefined
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCheckSynonymsUserDefined(boolean pCheckSynonymsUserDefined) throws java.io.IOException, AutomationException
setCheckSynonymsUserDefined
in interface ISearchConfiguration
pCheckSynonymsUserDefined
- The pCheckSynonymsUserDefined (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void emptySearchOptions() throws java.io.IOException, AutomationException
emptySearchOptions
in interface ISearchConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void emptyAdvancedOptions() throws java.io.IOException, AutomationException
emptyAdvancedOptions
in interface ISearchConfiguration
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 |