Provides access to members that supply utility network query tracer information with 64-bit object ids.
Members
Name | Description | |
---|---|---|
AttributeNameToWeightIDMapping | Returns the attribute name to weight ID mappings. | |
AttributesForFeatures | Returns feature information including geometry, network attribute, and field information. | |
AttributesForFeatures64 | Returns feature information including geometry, network attribute, and field information with 64-bit Ojbect IDs. | |
AttributeUsageTypeToWeightIDMapping | Returns the attribute usage type to weight ID mappings. | |
ConnectivityFeatures | Returns feature information for the given set of edge eids as well as their from and to junctions. | |
ConnectivityFeatures64 | Returns feature information for the given set of edge eids as well as their from and to junctions with 64-bit Object IDs. | |
ElementsToFeatures | Get Source IDs and Global IDs that correspond to the given EIDs. | |
FeaturesForSet | Returns Network Source IDs, Global IDs, Object IDs, Terminal IDs, Asset Group Codes, and Asset Type Codes that correspond to the given EIDs. | |
FeaturesForSet64 | Returns Network Source IDs, Global IDs, 64-bit Object IDs, Terminal IDs, Asset Group Codes, and Asset Type Codes that correspond to the given EIDs. | |
FeaturesForSetBasic | Returns Network Source IDs, Global IDs, and Object IDs that correspond to the given EIDs. | |
FeaturesForSetBasic64 | Returns Network Source IDs, Global IDs, and 64-bit Object IDs that correspond to the given EIDs. | |
FeaturesForSetBasicWithPosition | Returns Network Source IDs, Global IDs, Object IDs, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs. | |
FeaturesForSetBasicWithPosition64 | Returns Network Source IDs, Global IDs, 64-bit Object IDs, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs. | |
FeaturesForSetWithPosition | Returns Network Source IDs, Global IDs, Object IDs, Terminal IDs, Asset Group Codes, Asset Type Codes, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs. | |
FeaturesForSetWithPosition64 | Returns Network Source IDs, Global IDs, 64-bit Object IDs, Terminal IDs, Asset Group Codes, Asset Type Codes, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs. | |
GetIntersectingElements | Returns all junction or edge EIDs that are intersecting with a geometry. | |
GetIntersectingElementsWithPercentAlong | Returns all junction or edge EIDs that are intersecting with a geometry. Percent alongs are returned with edge EIDs. | |
QueryTraceConfiguration | Query the trace configurations table for the trace configuration corresponding to the given global ID. | |
TraceConfiguration | Returns the trace configuration for the tier with the given tier ID. |
IUtilityNetworkQueryTracer2.AttributesForFeatures64 Property
Returns feature information including geometry, network attribute, and field information with 64-bit Ojbect IDs.
Public Sub AttributesForFeatures64 ( _
ByVal ElementType As esriElementType, _
ByVal EIDs As ILongLongArray, _
ByVal IncludeGeometry As Boolean, _
ByVal NetworkAttributeNames As IStringArray, _
ByVal ResultTypeFields As IArray, _
ByRef networkSourceIDs As ILongArray, _
ByRef GlobalIDs As IStringArray, _
ByRef objectIDs As ILongLongArray, _
ByRef TerminalIDs As ILongArray, _
ByRef AssetGroupCodes As ILongArray, _
ByRef assetTypeCodes As ILongArray, _
ByRef positionFroms As IDoubleArray, _
ByRef positionTos As IDoubleArray, _
ByRef geometries As IArray, _
ByRef networkAttributeValues As IArray, _
ByRef fieldValues As IArray _
)
public void AttributesForFeatures64 (
esriElementType ElementType,
ILongLongArray EIDs,
bool IncludeGeometry,
IStringArray NetworkAttributeNames,
IArray ResultTypeFields,
ref ILongArray networkSourceIDs,
ref IStringArray GlobalIDs,
ref ILongLongArray objectIDs,
ref ILongArray TerminalIDs,
ref ILongArray AssetGroupCodes,
ref ILongArray assetTypeCodes,
ref IDoubleArray positionFroms,
ref IDoubleArray positionTos,
ref IArray geometries,
ref IArray networkAttributeValues,
ref IArray fieldValues
);
IUtilityNetworkQueryTracer2.ConnectivityFeatures64 Property
Returns feature information for the given set of edge eids as well as their from and to junctions with 64-bit Object IDs.
Public Sub ConnectivityFeatures64 ( _
ByVal edgeEIDs As ILongLongArray, _
ByVal IncludeGeometry As Boolean, _
ByRef viaNetworkSourceIDs As ILongArray, _
ByRef viaGlobalIDs As IStringArray, _
ByRef viaObjectIDs As ILongLongArray, _
ByRef viaPositionFroms As IDoubleArray, _
ByRef viaPositionTos As IDoubleArray, _
ByRef viaGeometries As IArray, _
ByRef fromNetworkSourceIDs As ILongArray, _
ByRef fromGlobalIDs As IStringArray, _
ByRef fromObjectIDs As ILongLongArray, _
ByRef fromTerminalIDs As ILongArray, _
ByRef fromGeometries As IArray, _
ByRef toNetworkSourceIDs As ILongArray, _
ByRef toGlobalIDs As IStringArray, _
ByRef toObjectIDs As ILongLongArray, _
ByRef toTerminalIDs As ILongArray, _
ByRef toGeometries As IArray _
)
public void ConnectivityFeatures64 (
ILongLongArray edgeEIDs,
bool IncludeGeometry,
ref ILongArray viaNetworkSourceIDs,
ref IStringArray viaGlobalIDs,
ref ILongLongArray viaObjectIDs,
ref IDoubleArray viaPositionFroms,
ref IDoubleArray viaPositionTos,
ref IArray viaGeometries,
ref ILongArray fromNetworkSourceIDs,
ref IStringArray fromGlobalIDs,
ref ILongLongArray fromObjectIDs,
ref ILongArray fromTerminalIDs,
ref IArray fromGeometries,
ref ILongArray toNetworkSourceIDs,
ref IStringArray toGlobalIDs,
ref ILongLongArray toObjectIDs,
ref ILongArray toTerminalIDs,
ref IArray toGeometries
);
IUtilityNetworkQueryTracer2.FeaturesForSet64 Property
Returns Network Source IDs, Global IDs, 64-bit Object IDs, Terminal IDs, Asset Group Codes, and Asset Type Codes that correspond to the given EIDs.
Public Sub FeaturesForSet64 ( _
ByVal ElementType As esriElementType, _
ByVal EIDs As ILongLongArray, _
ByRef networkSourceIDs As ILongArray, _
ByRef GlobalIDs As IStringArray, _
ByRef objectIDs As ILongLongArray, _
ByRef TerminalIDs As ILongArray, _
ByRef AssetGroupCodes As ILongArray, _
ByRef assetTypeCodes As ILongArray _
)
public void FeaturesForSet64 (
esriElementType ElementType,
ILongLongArray EIDs,
ref ILongArray networkSourceIDs,
ref IStringArray GlobalIDs,
ref ILongLongArray objectIDs,
ref ILongArray TerminalIDs,
ref ILongArray AssetGroupCodes,
ref ILongArray assetTypeCodes
);
IUtilityNetworkQueryTracer2.FeaturesForSetBasic64 Property
Returns Network Source IDs, Global IDs, and 64-bit Object IDs that correspond to the given EIDs.
Public Sub FeaturesForSetBasic64 ( _
ByVal ElementType As esriElementType, _
ByVal EIDs As ILongLongArray, _
ByRef networkSourceIDs As ILongArray, _
ByRef GlobalIDs As IStringArray, _
ByRef objectIDs As ILongLongArray _
)
public void FeaturesForSetBasic64 (
esriElementType ElementType,
ILongLongArray EIDs,
ref ILongArray networkSourceIDs,
ref IStringArray GlobalIDs,
ref ILongLongArray objectIDs
);
IUtilityNetworkQueryTracer2.FeaturesForSetBasicWithPosition64 Property
Returns Network Source IDs, Global IDs, 64-bit Object IDs, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs.
Public Sub FeaturesForSetBasicWithPosition64 ( _
ByVal ElementType As esriElementType, _
ByVal EIDs As ILongLongArray, _
ByRef networkSourceIDs As ILongArray, _
ByRef GlobalIDs As IStringArray, _
ByRef objectIDs As ILongLongArray, _
ByRef positionFroms As IDoubleArray, _
ByRef positionTos As IDoubleArray _
)
public void FeaturesForSetBasicWithPosition64 (
esriElementType ElementType,
ILongLongArray EIDs,
ref ILongArray networkSourceIDs,
ref IStringArray GlobalIDs,
ref ILongLongArray objectIDs,
ref IDoubleArray positionFroms,
ref IDoubleArray positionTos
);
IUtilityNetworkQueryTracer2.FeaturesForSetWithPosition64 Property
Returns Network Source IDs, Global IDs, 64-bit Object IDs, Terminal IDs, Asset Group Codes, Asset Type Codes, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs.
Public Sub FeaturesForSetWithPosition64 ( _
ByVal ElementType As esriElementType, _
ByVal EIDs As ILongLongArray, _
ByRef networkSourceIDs As ILongArray, _
ByRef GlobalIDs As IStringArray, _
ByRef objectIDs As ILongLongArray, _
ByRef TerminalIDs As ILongArray, _
ByRef AssetGroupCodes As ILongArray, _
ByRef assetTypeCodes As ILongArray, _
ByRef positionFroms As IDoubleArray, _
ByRef positionTos As IDoubleArray _
)
public void FeaturesForSetWithPosition64 (
esriElementType ElementType,
ILongLongArray EIDs,
ref ILongArray networkSourceIDs,
ref IStringArray GlobalIDs,
ref ILongLongArray objectIDs,
ref ILongArray TerminalIDs,
ref ILongArray AssetGroupCodes,
ref ILongArray assetTypeCodes,
ref IDoubleArray positionFroms,
ref IDoubleArray positionTos
);
IUtilityNetworkQueryTracer2.QueryTraceConfiguration Method
Query the trace configurations table for the trace configuration corresponding to the given global ID.
Public Sub QueryTraceConfiguration ( _
ByVal GlobalID As Guid, _
ByRef traceType As esriUtilityNetworkTraceType, _
ByRef TraceConfiguration As ITraceConfiguration, _
ByRef ResultTypes As IArray _
)
public void QueryTraceConfiguration (
Guid GlobalID,
ref esriUtilityNetworkTraceType traceType,
ref ITraceConfiguration TraceConfiguration,
ref IArray ResultTypes
);
Inherited Interfaces
Interfaces | Description |
---|---|
IUtilityNetworkQueryTracer | Provides access to members that supply utility network query tracer information. |
Classes that implement IUtilityNetworkQueryTracer2
Classes | Description |
---|