Provides access to members that specify the configuration for this NetworkForwardStar object and query information about adjacent elements in the network dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddEdgeRestriction | Restricts the traversability of a range on an edge element in the adjacency queries. | |
AddJunctionRestriction | Restricts a junction element from being returned in the adjacency queries. | |
AddRestrictionAttribute | Adds a restriction network attribute to the NetworkForwardStar object to filter elements from adjacency queries. | |
AddTurnRestriction | Restricts a turn in the adjacency queries. | |
AdjustEdgeAttributeValue | Adjusts the value of a network attribute for a range on an edge element. | |
AdjustJunctionAttributeValue | Adjusts the value of a network attribute for a junction element. | |
AdjustTurnAttributeValue | Adjusts the value of a network attribute for a turn element. | |
BacktrackPolicy | Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object. | |
HierarchyAttribute | Network attribute containing the hierarchy values for each network element. | |
IsForwardTraversal | Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset. | |
IsRestricted | Indicates if the given network element is restricted from traversal in the NetworkForwardStar object. | |
MaxTraversableHierarchyValue | Maximum hierarchy attribute value for elements permitted to be returned in the adjacency queries. | |
NetworkDataset | Network dataset on which the NetworkForwardStar object is querying. | |
QueryAdjacencies | Finds all network elements that are adjacent to the given sequence of network elements. | |
QueryAttributeCutoffRange | Returns the range of accessible positions within a specified attribute cutoff from a query position along an edge element, respective to any existing attribute adjustments along the edge. | |
QueryEdge | Performs a network edge element query by element ID and edge direction and populates the given edge element object. | |
QueryJunction | Performs a network junction element query by element ID and populates the given junction element object. | |
QueryTraversableRange | Returns the range of accessible positions from a query position along an edge element, respective to any existing restrictions along the edge. | |
QueryTurn | Performs a network turn element query by element ID and populates the given turn element object. | |
RemoveAttributeValueAdjustments | Removes all element-specific attribute value adjustments currently applied to the NetworkForwardStar object. | |
RemoveElementRestrictions | Removes all element-specific restrictions currently applied to the NetworkForwardStar object. | |
RemoveRestrictionAttributes | Removes all restriction network attributes currently applied to the NetworkForwardStar object. | |
RestrictionAttribute | Restriction network attribute by index in the NetworkForwardStar object. | |
RestrictionAttributeCount | Number of restriction network attributes currently applied to the NetworkForwardStar object. |
CoClasses that implement INetworkForwardStarEx
CoClasses and Classes | Description |
---|---|
NetworkForwardStar | A container for querying information about adjacent elements in the network dataset. |
Remarks
Please refer to NetworkForwardStar coclass for conceptual information about the object underlying the INetworkForwardStarEx interface.