com.esri.arcgis.geodatabase
Interface ILocatorName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILocatorNameProxy, LocatorName, RouteMeasureLocatorName

public interface ILocatorName
extends java.io.Serializable

COM Interface 'ILocatorName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe a locator.' 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 IID837a9cf2_88c9_11d3_9f66_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCategory()
          Category of the locator.
 java.lang.String getDescription()
          Description of the locator.
 ILocatorWorkspaceName getLocatorWorkspaceName()
          Name object for the locator workspace that contains the locator.
 java.lang.String getName()
          Name of the locator.
 boolean isStyle()
          Indicates if this is a locator style.
 void setCategory(java.lang.String category)
          Category of the locator.
 void setDescription(java.lang.String description)
          Description of the locator.
 void setLocatorWorkspaceNameByRef(ILocatorWorkspaceName locatorWorkspaceName)
          Name object for the locator workspace that contains the locator.
 void setName(java.lang.String name)
          Name of the locator.
 void setStyle(boolean isStyle)
          Indicates if this is a locator style.
 

Field Detail

IID837a9cf2_88c9_11d3_9f66_00c04f6bdf06

static final int IID837a9cf2_88c9_11d3_9f66_00c04f6bdf06
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the locator.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the locator.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the locator.

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

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Description of the locator.

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

getCategory

java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
Category of the locator.

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

setCategory

void setCategory(java.lang.String category)
                 throws java.io.IOException,
                        AutomationException
Category of the locator.

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

isStyle

boolean isStyle()
                throws java.io.IOException,
                       AutomationException
Indicates if this is a locator style.

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

setStyle

void setStyle(boolean isStyle)
              throws java.io.IOException,
                     AutomationException
Indicates if this is a locator style.

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

getLocatorWorkspaceName

ILocatorWorkspaceName getLocatorWorkspaceName()
                                              throws java.io.IOException,
                                                     AutomationException
Name object for the locator workspace that contains the locator.

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

setLocatorWorkspaceNameByRef

void setLocatorWorkspaceNameByRef(ILocatorWorkspaceName locatorWorkspaceName)
                                  throws java.io.IOException,
                                         AutomationException
Name object for the locator workspace that contains the locator.

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