com.esri.arcgis.location
Interface IInitGeocodeServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeocodeServer, IInitGeocodeServerProxy

public interface IInitGeocodeServer
extends java.io.Serializable

COM Interface 'IInitGeocodeServer'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members for initializing a geocode server.' 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 IID56480f27_f591_4140_a471_93782cffa59e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void attachToLocator(ILocatorName locName)
          Attach this service to the locator specified by the locator name.
 java.lang.String getAdjustableProperties()
          The list of properties (comma delimited) that can be modified at runtime (for a given method).
 int getSuggestedBatchSize()
          The suggested number of addresses to send to a server in one batch request.
 void setAdjustableProperties(java.lang.String propertyList)
          The list of properties (comma delimited) that can be modified at runtime (for a given method).
 void setSuggestedBatchSize(int size)
          The suggested number of addresses to send to a server in one batch request.
 

Field Detail

IID56480f27_f591_4140_a471_93782cffa59e

static final int IID56480f27_f591_4140_a471_93782cffa59e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

attachToLocator

void attachToLocator(ILocatorName locName)
                     throws java.io.IOException,
                            AutomationException
Attach this service to the locator specified by the locator name. This is the locator that the service will use internally.

Parameters:
locName - A reference to a com.esri.arcgis.geodatabase.ILocatorName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAdjustableProperties

java.lang.String getAdjustableProperties()
                                         throws java.io.IOException,
                                                AutomationException
The list of properties (comma delimited) that can be modified at runtime (for a given method).

Returns:
The propertyList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdjustableProperties

void setAdjustableProperties(java.lang.String propertyList)
                             throws java.io.IOException,
                                    AutomationException
The list of properties (comma delimited) that can be modified at runtime (for a given method).

Parameters:
propertyList - The propertyList (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuggestedBatchSize

int getSuggestedBatchSize()
                          throws java.io.IOException,
                                 AutomationException
The suggested number of addresses to send to a server in one batch request.

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuggestedBatchSize

void setSuggestedBatchSize(int size)
                           throws java.io.IOException,
                                  AutomationException
The suggested number of addresses to send to a server in one batch request.

Parameters:
size - The size (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.