Provides access to a container for refining directions with shields.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IShields interface provides members that are used for refining Directions, by allow the specification of Shield information, such as the type and number of a highway. Unlike the network source level directions information, such as IStreetNameFields , only one set of Shields information can be specified for a network dataset. Shield information is not required for Directions generation.
If shield data exists for a network source, it can be in one of two forms:
- All shield information is stored within a single field, with values such as T-C HWY 1 or US HWY 10
- The Type and Number are stored in separate fields
Members
Description | ||
---|---|---|
AddShield | Adds a shield of the given type. | |
CombinedFieldName | The field name whose values contain the whole address description. | |
DeleteShield | Deletes a shield by index. | |
NumberFieldName | The field name whose values contain the house number. | |
ShieldCount | The number of shields. | |
ShieldDescription | The shield description by index. | |
ShieldType | The shield type by index. | |
TypeFieldName | The field name whose values contain the street type. | |
UseCombinedField | Indicates if the combined field should be used for directions. |
CoClasses that implement IShields
CoClasses and Classes | Description |
---|---|
Shields | A container for describing how driving directions are refined using shields. |