|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISignposts
Provides access to the properties for setting up signposts used in driving directions.
The ISignposts interface is used to specify the signpost feature class and signpost streets table to be used for Directions generation.
Method Summary | |
---|---|
String |
getSignpostFeatureClassName()
The name of the feature class containing the signposts. |
String |
getSignpostStreetsTableName()
The name of the indexed table of signpost street references. |
void |
setSignpostFeatureClassName(String className)
The name of the feature class containing the signposts. |
void |
setSignpostStreetsTableName(String tableName)
The name of the indexed table of signpost street references. |
Method Detail |
---|
String getSignpostFeatureClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSignpostFeatureClassName(String className) throws IOException, AutomationException
className
- The className (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSignpostStreetsTableName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSignpostStreetsTableName(String tableName) throws IOException, AutomationException
tableName
- The tableName (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 |