|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreetNameFields
Provides access to a container for describing the street name fields used in generating driving directions.
The IStreetNameFields interface provides access to properties for setting the collection of name fields used in the generation of directions. Any number of IStreetNameFields can be associated with the INetworkSourceDirections interface. This allows directions with alternate street names to be generated on an analysis result.
At a minimum, the StreetNameFieldName and Priority properties should be set on an IStreetNameFields object.
Method Summary | |
---|---|
String |
getPrefixDirectionFieldName()
The field name used for prefix direction. |
String |
getPrefixTypeFieldName()
The field name used for prefix type. |
int |
getPriority()
The priority for when these street name fields are used. |
String |
getStreetNameFieldName()
The field name used for street name. |
String |
getSuffixDirectionFieldName()
The field name used for suffix direction. |
String |
getSuffixTypeFieldName()
The field name used for suffix type. |
void |
setPrefixDirectionFieldName(String name)
The field name used for prefix direction. |
void |
setPrefixTypeFieldName(String name)
The field name used for prefix type. |
void |
setPriority(int priority)
The priority for when these street name fields are used. |
void |
setStreetNameFieldName(String name)
The field name used for street name. |
void |
setSuffixDirectionFieldName(String name)
The field name used for suffix direction. |
void |
setSuffixTypeFieldName(String name)
The field name used for suffix type. |
Method Detail |
---|
String getPrefixDirectionFieldName() throws IOException, AutomationException
The field name containing the direcitonal prefix information. Typical values in these types of fields are: N, S, SE, etc.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrefixDirectionFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPrefixTypeFieldName() throws IOException, AutomationException
The field name containing the prefix type information. Typical values in these types of fields are: Calle, STHY, etc.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrefixTypeFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStreetNameFieldName() throws IOException, AutomationException
The primary name for referring to a street in the directions. In order to associate other names with a particular street, create another IStreetNameFields object, associate the alterate name field with the StreetNameFieldName and set the priority to a value higher than the preceeding IStreetNameFields object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStreetNameFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSuffixTypeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSuffixTypeFieldName(String name) throws IOException, AutomationException
The field name containing the suffix type information. Typical values in these types of fields are: Str, Drive, Way, etc.
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSuffixDirectionFieldName() throws IOException, AutomationException
The field name containing the direcitonal suffix information. Typical values in these types of fields are: N, S, SE, etc.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSuffixDirectionFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPriority() throws IOException, AutomationException
The priority of the StreetNameFields collection. In order to designate a collection of fields as the primary StreetNameFields, set the Priority property to be 1. Other alternate collections of StreetNameFields may be specified.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPriority(int priority) throws IOException, AutomationException
priority
- The priority (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 |