public interface ITraceResults
extends java.io.Serializable
Description: 'Provides access to 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 |
IID29c70874_c8c3_4964_b681_c14a167641ee |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
getAggregatedGeometries(IGeometry[] aggregatedPointGeometry,
IGeometry[] aggregatedLineGeometry,
IGeometry[] aggregatedPolygonGeometry)
Returns aggregated geometries.
|
java.lang.Object |
getGlobalFunctionResult(IUNFunction function)
Returns the global function result.
|
void |
getTraceResultConnectivity(ILongArray[] viaNetworkSourceIDs,
IStringArray[] viaGlobalIDs,
ILongArray[] viaObjectIDs,
IDoubleArray[] viaPositionFroms,
IDoubleArray[] viaPositionTos,
IArray[] viaGeometries,
ILongArray[] fromNetworkSourceIDs,
IStringArray[] fromGlobalIDs,
ILongArray[] fromObjectIDs,
ILongArray[] fromTerminalIDs,
IArray[] fromGeometries,
ILongArray[] toNetworkSourceIDs,
IStringArray[] toGlobalIDs,
ILongArray[] toObjectIDs,
ILongArray[] toTerminalIDs,
IArray[] toGeometries)
Returns connectivity information for trace results.
|
void |
getTraceResultFeatures(ILongArray[] junctionNetworkSourceIDs,
IStringArray[] junctionGlobalIDs,
ILongArray[] junctionObjectIDs,
ILongArray[] junctionTerminalIDs,
ILongArray[] junctionAssetGroupCodes,
ILongArray[] junctionAssetTypeCodes,
ILongArray[] edgeNetworkSourceIDs,
IStringArray[] edgeGlobalIDs,
ILongArray[] edgeObjectIDs,
ILongArray[] edgeAssetGroupCodes,
ILongArray[] edgeAssetTypeCodes)
Returns the trace results as features.
|
void |
getTraceResultFeaturesWithPosition(ILongArray[] junctionNetworkSourceIDs,
IStringArray[] junctionGlobalIDs,
ILongArray[] junctionObjectIDs,
ILongArray[] junctionTerminalIDs,
ILongArray[] junctionAssetGroupCodes,
ILongArray[] junctionAssetTypeCodes,
ILongArray[] edgeNetworkSourceIDs,
IStringArray[] edgeGlobalIDs,
ILongArray[] edgeObjectIDs,
ILongArray[] edgeAssetGroupCodes,
ILongArray[] edgeAssetTypeCodes,
IDoubleArray[] edgePositionFroms,
IDoubleArray[] edgePositionTos)
Returns the trace results as features with position from and position to for lines.
|
IStringArray |
getWarnings()
Returns warnings.
|
static final int IID29c70874_c8c3_4964_b681_c14a167641ee
static final int xxDummy
static final java.lang.String IID
java.lang.Object getGlobalFunctionResult(IUNFunction function) throws java.io.IOException, AutomationException
function - A reference to a com.esri.arcgis.geodatabase.IUNFunction (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getTraceResultFeatures(ILongArray[] junctionNetworkSourceIDs, IStringArray[] junctionGlobalIDs, ILongArray[] junctionObjectIDs, ILongArray[] junctionTerminalIDs, ILongArray[] junctionAssetGroupCodes, ILongArray[] junctionAssetTypeCodes, ILongArray[] edgeNetworkSourceIDs, IStringArray[] edgeGlobalIDs, ILongArray[] edgeObjectIDs, ILongArray[] edgeAssetGroupCodes, ILongArray[] edgeAssetTypeCodes) throws java.io.IOException, AutomationException
junctionNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)junctionObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionTerminalIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionAssetGroupCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionAssetTypeCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)edgeObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeAssetGroupCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeAssetTypeCodes - 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.IStringArray getWarnings() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getAggregatedGeometries(IGeometry[] aggregatedPointGeometry, IGeometry[] aggregatedLineGeometry, IGeometry[] aggregatedPolygonGeometry) throws java.io.IOException, AutomationException
aggregatedPointGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)aggregatedLineGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)aggregatedPolygonGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getTraceResultFeaturesWithPosition(ILongArray[] junctionNetworkSourceIDs, IStringArray[] junctionGlobalIDs, ILongArray[] junctionObjectIDs, ILongArray[] junctionTerminalIDs, ILongArray[] junctionAssetGroupCodes, ILongArray[] junctionAssetTypeCodes, ILongArray[] edgeNetworkSourceIDs, IStringArray[] edgeGlobalIDs, ILongArray[] edgeObjectIDs, ILongArray[] edgeAssetGroupCodes, ILongArray[] edgeAssetTypeCodes, IDoubleArray[] edgePositionFroms, IDoubleArray[] edgePositionTos) throws java.io.IOException, AutomationException
junctionNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)junctionObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionTerminalIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionAssetGroupCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionAssetTypeCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)edgeObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeAssetGroupCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeAssetTypeCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgePositionFroms - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)edgePositionTos - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getTraceResultConnectivity(ILongArray[] viaNetworkSourceIDs, IStringArray[] viaGlobalIDs, ILongArray[] viaObjectIDs, IDoubleArray[] viaPositionFroms, IDoubleArray[] viaPositionTos, IArray[] viaGeometries, ILongArray[] fromNetworkSourceIDs, IStringArray[] fromGlobalIDs, ILongArray[] fromObjectIDs, ILongArray[] fromTerminalIDs, IArray[] fromGeometries, ILongArray[] toNetworkSourceIDs, IStringArray[] toGlobalIDs, ILongArray[] toObjectIDs, ILongArray[] toTerminalIDs, IArray[] toGeometries) throws java.io.IOException, AutomationException
viaNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)viaGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)viaObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)viaPositionFroms - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)viaPositionTos - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)viaGeometries - A reference to a com.esri.arcgis.system.IArray (out: use single element array)fromNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)fromGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)fromObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)fromTerminalIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)fromGeometries - A reference to a com.esri.arcgis.system.IArray (out: use single element array)toNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)toGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)toObjectIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)toTerminalIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)toGeometries - 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.