|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.search.ISearchConfigurationProxy
Description: 'Provides access to the search configuration object.' 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 =
public class ISearchConfigurationProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.search.ISearchConfiguration |
---|
IID, IIDee2df519_39a5_48f6_ab24_be147ebdd4bd |
Constructor Summary | |
---|---|
|
ISearchConfigurationProxy()
Deprecated. For internal use only |
|
ISearchConfigurationProxy(java.lang.Object obj)
Deprecated. |
protected |
ISearchConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISearchConfigurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISearchConfigurationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addServiceName(IAGSServerObjectName pSON)
Deprecated. Add search service name. |
void |
deleteServiceName(IAGSServerObjectName pSON)
Deprecated. Delete search service name. |
void |
empty()
Deprecated. Reset to default value and clean service names array. |
void |
emptyAdvancedOptions()
Deprecated. Resets the default values of the advanced options page and cleans the array of service names. |
void |
emptySearchOptions()
Deprecated. Resets the default values of the search options page. |
int |
getMaxResultsPerPage()
Deprecated. The maximum number of search result per page. |
IAGSServerObjectName |
getServiceName(int index)
Deprecated. The search service object name at the specified index. |
int |
getServicesCount()
Deprecated. The count of search services. |
boolean |
isCheckSynonymsUserDefined()
Deprecated. Indicates whether to use custom synonyms. |
boolean |
isCheckSynonymsWordNet()
Deprecated. Indicates whether to use the built in WordNet synonyms. |
boolean |
isServiceSelected(IAGSServerObjectName pSON)
Deprecated. Indicates whether a service is selected. |
boolean |
isShowPopup()
Deprecated. Indicates whether to show pop-up in search result page. |
boolean |
isZoomToSelectedLocation()
Deprecated. Indicates whether to zoom to the select text based spatial search location. |
void |
loadFromFile(java.lang.String path)
Deprecated. Load configuration settings from the specificed location. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
saveToFile(java.lang.String path)
Deprecated. Save configuration settings to the specificed location. |
void |
setCheckSynonymsUserDefined(boolean pCheckSynonymsUserDefined)
Deprecated. Indicates whether to use custom synonyms. |
void |
setCheckSynonymsWordNet(boolean pCheckSynonymsWordNet)
Deprecated. Indicates whether to use the built in WordNet synonyms. |
void |
setIsServiceSelected(IAGSServerObjectName pSON,
boolean bSelected)
Deprecated. Indicates whether a service is selected. |
void |
setMaxResultsPerPage(int pCount)
Deprecated. The maximum number of search result per page. |
void |
setShowPopup(boolean pShow)
Deprecated. Indicates whether to show pop-up in search result page. |
void |
setZoomToSelectedLocation(boolean pZoomToSelectedLocation)
Deprecated. Indicates whether to zoom to the select text based spatial search location. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ISearchConfigurationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISearchConfigurationProxy()
public ISearchConfigurationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISearchConfigurationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISearchConfigurationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
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 |