|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocatorName
Provides access to members that describe a locator.
Use the ILocatorName interface to inspect the properties of a LocatorName object.
ILocatorName
,
LocatorName
,
ILocatorWorkspace.getLocatorName(String)
Method Summary | |
---|---|
String |
getCategory()
Category of the locator. |
String |
getDescription()
Description of the locator. |
ILocatorWorkspaceName |
getLocatorWorkspaceName()
Name object for the locator workspace that contains the locator. |
String |
getName()
Name of the locator. |
boolean |
isStyle()
Indicates if this is a locator style. |
void |
setCategory(String category)
Category of the locator. |
void |
setDescription(String description)
Description of the locator. |
void |
setLocatorWorkspaceNameByRef(ILocatorWorkspaceName locatorWorkspaceName)
Name object for the locator workspace that contains the locator. |
void |
setName(String name)
Name of the locator. |
void |
setStyle(boolean isStyle)
Indicates if this is a locator style. |
Method Detail |
---|
String getName() throws IOException, AutomationException
The Name property returns the name of the locator or locator style that the LocatorName object represents.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
The Description property returns the description of the locator or locator style that the LocatorName object represents.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String description) throws IOException, AutomationException
description
- The description (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCategory() throws IOException, AutomationException
The Category property returns the category of the locator or locator style represented by the LocatorName object.
By default, address locator styles provided with ArcGIS, and address locators based on those locator styles, have a category of "Address".
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocatorWorkspace.getLocatorNames(int, String)
,
ILocatorName.getCategory()
,
ILocatorWorkspace.getLocators(int, String)
void setCategory(String category) throws IOException, AutomationException
category
- The category (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStyle() throws IOException, AutomationException
The Style property indicates if the LocatorName object represents a locator style.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(boolean isStyle) throws IOException, AutomationException
isStyle
- The isStyle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocatorWorkspaceName getLocatorWorkspaceName() throws IOException, AutomationException
The LocatorWorkspaceName property returns the LocatorWorkspaceName object that represents the locator workspace that contains the locator or locator style represented by the LocatorName object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocatorWorkspaceNameByRef(ILocatorWorkspaceName locatorWorkspaceName) throws IOException, AutomationException
locatorWorkspaceName
- A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspaceName (in)
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 |