com.esri.arcgis.location
Interface ILocatorImpl

All Superinterfaces:
Serializable
All Known Subinterfaces:
ISdeLocatorImpl
All Known Implementing Classes:
ESRIGen2AddressLocator, ILocatorImplProxy, ISdeLocatorImplProxy, RSLocator

public interface ILocatorImpl
extends Serializable

Provides access to members for editing general locator properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPropertySet getProperties()
          Properties of the locator.
 void setCategory(String rhs1)
          Category of the locator.
 void setName(String rhs1)
          Name of the locator.
 void setProperties(IPropertySet props)
          Properties of the locator.
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
Name of the locator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setCategory

void setCategory(String rhs1)
                 throws IOException,
                        AutomationException
Category of the locator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
Properties of the locator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

void setProperties(IPropertySet props)
                   throws IOException,
                          AutomationException
Properties of the locator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.