Provides access to members that query the elements of the network dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
ClearIDCache | Empties the contents of the index used for finding network elements by source. |
![]() |
ComplexTurnCount | Number of turn elements in the network dataset having more than two edge elements participating. |
![]() |
ConvertLocalTimeToUTCTime | Converts local time for the given time zone to UTC time. |
![]() |
ConvertUTCTimeToLocalTime | Converts UTC time to local time for the given time zone. |
![]() |
CreateForwardStar | Creates a NetworkForwardStar object for traversing the network dataset. |
![]() |
CreateForwardStarAdjacencies | Creates a NetworkForwardStarAdjacencies container object for forward star queries. |
![]() |
CreateNetworkElement | Creates an uninitialized network element of the specified type for use in network dataset queries. |
![]() |
EdgesByPosition | Edge elements in the network dataset with a from and to position that includes the given position for the given source object. |
![]() |
EdgesBySegment | Edge elements in the network dataset with a from and to position included in the given range for the given source object. |
![]() |
ElementCount | Number of network elements of the given type in the network dataset. |
![]() |
Elements | Enumeration of all elements in the network dataset of the given type. |
![]() |
ElementsByOID | Elements in the network dataset corresponding to the given source object. |
![]() |
ElementsByOIDs | Elements in the network dataset corresponding to the given source objects. |
![]() |
ElementsForSource | Enumeration of all elements in the network dataset corresponding to the given source. |
![]() |
MaxEID | Highest element ID in the network dataset for the given element type. |
![]() |
MaxValence | Maximum number of edge elements connected to any single junction element. |
![]() |
PopulateIDCache | Initializes the index used for quickly finding network elements for the given source ID. |
![]() |
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. |
![]() |
QueryTurn | Performs a network turn element query by element ID and populates the given turn element object. |
![]() |
TimeZoneID | The time zone ID for the given network element. |
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkQuery | Provides access to members that query the elements of the network dataset. |
CoClasses that implement INetworkQuery2
CoClasses and Classes | Description |
---|---|
NetworkDataset | A container for querying information about a network dataset. |