public interface IUNTraceResults6 extends IUNTraceResults5, java.io.Serializable
Description: 'Provides access to utility network trace results 6.' 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 |
IID1c12201b_ffce_4aac_baed_af7d14e0e3dc |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb47c0195_073a_40ff_82f8_d98db52b6acbIIDa052db89_5215_4268_95da_f8aeffecd75bIIDcfbe5f37_995e_4d2c_8110_f1cf612000a0IIDacea9744_8f39_4315_8824_8d3e1227d043IID7390fd02_70c1_4b48_84e7_0ad82c55d401| Modifier and Type | Method and Description |
|---|---|
void |
getEdgePropagatedValues(IStringArray[] globalIDs,
IDoubleArray[] positionFroms,
IDoubleArray[] positionTos,
IArray[] networkAttributeNames,
IArray[] networkAttributeDescriptions,
IArray[] propagatedValues)
Returns the edge propagated values that were calculated during the trace.
|
void |
getFlowDirections(IStringArray[] globalIDs,
IDoubleArray[] positionFroms,
IDoubleArray[] positionTos,
ILongArray[] flowDirections)
Returns the flow directions that were calculated during the trace.
|
void |
getJunctionPropagatedValues(IStringArray[] globalIDs,
ILongArray[] terminalIDs,
IArray[] networkAttributeNames,
IArray[] networkAttributeDescriptions,
IArray[] propagatedValues)
Returns the junction propagated values that were calculated during the trace.
|
getTraceResultCircuits, getTraceResultPathsgetTraceResultRelatedRecordsgetNetworkSources, getSubnetworkControllerFeatures64, getTraceResultAttributesForEdgeFeatures64, getTraceResultAttributesForJunctionFeatures64, getTraceResultConnectivityFeatures64, getTraceResultFeatures64, getTraceResultFeaturesWithPosition64getAssociationsWithDescriptionsgetAggregatedGeometries, getAllPropagatedValues, getAssociations, getGlobalFunctionResult, getPropagatedValue, getPropagatedValueEx, getSubnetworkControllerFeatures, getTraceResultAttributesForEdgeFeatures, getTraceResultAttributesForJunctionFeatures, getTraceResultConnectivityFeatures, getTraceResultFeatures, getTraceResultFeaturesWithPosition, getWarnings, isAnySourceDirty, isKFeaturesForKNNFound, isStartingPointsIgnored, queryFlowDirectionsstatic final int IID1c12201b_ffce_4aac_baed_af7d14e0e3dc
static final int xxDummy
static final java.lang.String IID
void getFlowDirections(IStringArray[] globalIDs, IDoubleArray[] positionFroms, IDoubleArray[] positionTos, ILongArray[] flowDirections) throws java.io.IOException, AutomationException
globalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)positionFroms - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)positionTos - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)flowDirections - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getJunctionPropagatedValues(IStringArray[] globalIDs, ILongArray[] terminalIDs, IArray[] networkAttributeNames, IArray[] networkAttributeDescriptions, IArray[] propagatedValues) throws java.io.IOException, AutomationException
globalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)terminalIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)networkAttributeNames - A reference to a com.esri.arcgis.system.IArray (out: use single element array)networkAttributeDescriptions - A reference to a com.esri.arcgis.system.IArray (out: use single element array)propagatedValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getEdgePropagatedValues(IStringArray[] globalIDs, IDoubleArray[] positionFroms, IDoubleArray[] positionTos, IArray[] networkAttributeNames, IArray[] networkAttributeDescriptions, IArray[] propagatedValues) throws java.io.IOException, AutomationException
globalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)positionFroms - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)positionTos - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)networkAttributeNames - A reference to a com.esri.arcgis.system.IArray (out: use single element array)networkAttributeDescriptions - A reference to a com.esri.arcgis.system.IArray (out: use single element array)propagatedValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.