public interface IUNTraceResults2 extends IUNTraceResults, java.io.Serializable
Description: 'Provides access to utility network trace results.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDacea9744_8f39_4315_8824_8d3e1227d043 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7390fd02_70c1_4b48_84e7_0ad82c55d401
Modifier and Type | Method and Description |
---|---|
void |
getAssociationsWithDescriptions(ILongArray[] associationTypes,
ILongArray[] fromNetworkSourceIDs,
IStringArray[] fromNetworkSourceNames,
IStringArray[] fromGlobalIDs,
ILongArray[] fromTerminalIDs,
IStringArray[] fromTerminalNames,
ILongArray[] toNetworkSourceIDs,
IStringArray[] toNetworkSourceNames,
IStringArray[] toGlobalIDs,
ILongArray[] toTerminalIDs,
IStringArray[] toTerminalNames)
Returns containment and attachment associations with descriptions that are part of the trace results.
|
getAggregatedGeometries, getAllPropagatedValues, getAssociations, getGlobalFunctionResult, getPropagatedValue, getPropagatedValueEx, getSubnetworkControllerFeatures, getTraceResultAttributesForEdgeFeatures, getTraceResultAttributesForJunctionFeatures, getTraceResultConnectivityFeatures, getTraceResultFeatures, getTraceResultFeaturesWithPosition, getWarnings, isAnySourceDirty, isKFeaturesForKNNFound, isStartingPointsIgnored, queryFlowDirections
static final int IIDacea9744_8f39_4315_8824_8d3e1227d043
static final int xxDummy
static final java.lang.String IID
void getAssociationsWithDescriptions(ILongArray[] associationTypes, ILongArray[] fromNetworkSourceIDs, IStringArray[] fromNetworkSourceNames, IStringArray[] fromGlobalIDs, ILongArray[] fromTerminalIDs, IStringArray[] fromTerminalNames, ILongArray[] toNetworkSourceIDs, IStringArray[] toNetworkSourceNames, IStringArray[] toGlobalIDs, ILongArray[] toTerminalIDs, IStringArray[] toTerminalNames) throws java.io.IOException, AutomationException
associationTypes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)fromNetworkSourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)fromNetworkSourceNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)fromGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)fromTerminalIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)fromTerminalNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)toNetworkSourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)toNetworkSourceNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)toGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)toTerminalIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)toTerminalNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.