public interface ITraceResults3 extends ITraceResults2, java.io.Serializable
Description: 'Provides access to network source information and network trace results with 64-bit Object IDs.' 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 |
IID62ee5a97_690e_4bce_aea9_48b818efe874 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDff1a32dc_1936_4350_bb2d_cb39e6006346IID29c70874_c8c3_4964_b681_c14a167641ee| Modifier and Type | Method and Description |
|---|---|
void |
getNetworkSources(ILongArray[] networkSourceIDs,
IStringArray[] networkSourceNames)
Returns the source id and source name information for all the network sources in the network.
|
void |
getTraceResultConnectivity64(ILongArray[] viaNetworkSourceIDs,
IStringArray[] viaGlobalIDs,
ILongLongArray[] viaObjectIDs,
IDoubleArray[] viaPositionFroms,
IDoubleArray[] viaPositionTos,
IArray[] viaGeometries,
ILongArray[] fromNetworkSourceIDs,
IStringArray[] fromGlobalIDs,
ILongLongArray[] fromObjectIDs,
ILongArray[] fromTerminalIDs,
IArray[] fromGeometries,
ILongArray[] toNetworkSourceIDs,
IStringArray[] toGlobalIDs,
ILongLongArray[] toObjectIDs,
ILongArray[] toTerminalIDs,
IArray[] toGeometries)
Returns connectivity information for trace results with 64-bit Object IDs.
|
void |
getTraceResultFeatureElements64(ILongArray[] junctionNetworkSourceIDs,
IStringArray[] junctionNetworkSourceNames,
IStringArray[] junctionGlobalIDs,
ILongLongArray[] junctionObjectIDs,
ILongArray[] junctionTerminalIDs,
IStringArray[] junctionTerminalNames,
ILongArray[] junctionAssetGroupCodes,
IStringArray[] junctionAssetGroupNames,
ILongArray[] junctionAssetTypeCodes,
IStringArray[] junctionAssetTypeNames,
IArray[] junctionGeometries,
IArray[] junctionNetworkAttributeNames,
IArray[] junctionNetworkAttributeValues,
IArray[] junctionNetworkAttributeDescriptions,
IArray[] junctionFieldNames,
IArray[] junctionFieldValues,
IArray[] junctionFieldValueDescriptions,
ILongArray[] edgeNetworkSourceIDs,
IStringArray[] edgeNetworkSourceNames,
IStringArray[] edgeGlobalIDs,
ILongLongArray[] edgeObjectIDs,
ILongArray[] edgeAssetGroupCodes,
IStringArray[] edgeAssetGroupNames,
ILongArray[] edgeAssetTypeCodes,
IStringArray[] edgeAssetTypeNames,
IDoubleArray[] edgePositionFroms,
IDoubleArray[] edgePositionTos,
IArray[] edgeGeometries,
IArray[] edgeNetworkAttributeNames,
IArray[] edgeNetworkAttributeValues,
IArray[] edgeNetworkAttributeDescriptions,
IArray[] edgeFieldNames,
IArray[] edgeFieldValues,
IArray[] edgeFieldValueDescriptions)
Returns the feature information for trace results with 64-bit Object IDs.
|
void |
getTraceResultFeatures64(ILongArray[] junctionNetworkSourceIDs,
IStringArray[] junctionGlobalIDs,
ILongLongArray[] junctionObjectIDs,
ILongArray[] junctionTerminalIDs,
ILongArray[] junctionAssetGroupCodes,
ILongArray[] junctionAssetTypeCodes,
ILongArray[] edgeNetworkSourceIDs,
IStringArray[] edgeGlobalIDs,
ILongLongArray[] edgeObjectIDs,
ILongArray[] edgeAssetGroupCodes,
ILongArray[] edgeAssetTypeCodes)
Returns the trace results as features with 64-bit Object IDs.
|
void |
getTraceResultFeaturesWithPosition64(ILongArray[] junctionNetworkSourceIDs,
IStringArray[] junctionGlobalIDs,
ILongLongArray[] junctionObjectIDs,
ILongArray[] junctionTerminalIDs,
ILongArray[] junctionAssetGroupCodes,
ILongArray[] junctionAssetTypeCodes,
ILongArray[] edgeNetworkSourceIDs,
IStringArray[] edgeGlobalIDs,
ILongLongArray[] edgeObjectIDs,
ILongArray[] edgeAssetGroupCodes,
ILongArray[] edgeAssetTypeCodes,
IDoubleArray[] edgePositionFroms,
IDoubleArray[] edgePositionTos)
Returns the trace results as features with position from and position to for lines with 64-bit Object IDs.
|
getTraceResultFeatureElementsgetAggregatedGeometries, getGlobalFunctionResult, getTraceResultConnectivity, getTraceResultFeatures, getTraceResultFeaturesWithPosition, getWarningsstatic final int IID62ee5a97_690e_4bce_aea9_48b818efe874
static final int xxDummy
static final java.lang.String IID
void getTraceResultFeatures64(ILongArray[] junctionNetworkSourceIDs, IStringArray[] junctionGlobalIDs, ILongLongArray[] junctionObjectIDs, ILongArray[] junctionTerminalIDs, ILongArray[] junctionAssetGroupCodes, ILongArray[] junctionAssetTypeCodes, ILongArray[] edgeNetworkSourceIDs, IStringArray[] edgeGlobalIDs, ILongLongArray[] 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.ILongLongArray (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.ILongLongArray (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.void getTraceResultFeaturesWithPosition64(ILongArray[] junctionNetworkSourceIDs, IStringArray[] junctionGlobalIDs, ILongLongArray[] junctionObjectIDs, ILongArray[] junctionTerminalIDs, ILongArray[] junctionAssetGroupCodes, ILongArray[] junctionAssetTypeCodes, ILongArray[] edgeNetworkSourceIDs, IStringArray[] edgeGlobalIDs, ILongLongArray[] 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.ILongLongArray (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.ILongLongArray (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 getTraceResultConnectivity64(ILongArray[] viaNetworkSourceIDs, IStringArray[] viaGlobalIDs, ILongLongArray[] viaObjectIDs, IDoubleArray[] viaPositionFroms, IDoubleArray[] viaPositionTos, IArray[] viaGeometries, ILongArray[] fromNetworkSourceIDs, IStringArray[] fromGlobalIDs, ILongLongArray[] fromObjectIDs, ILongArray[] fromTerminalIDs, IArray[] fromGeometries, ILongArray[] toNetworkSourceIDs, IStringArray[] toGlobalIDs, ILongLongArray[] 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.ILongLongArray (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.ILongLongArray (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.ILongLongArray (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.void getTraceResultFeatureElements64(ILongArray[] junctionNetworkSourceIDs, IStringArray[] junctionNetworkSourceNames, IStringArray[] junctionGlobalIDs, ILongLongArray[] junctionObjectIDs, ILongArray[] junctionTerminalIDs, IStringArray[] junctionTerminalNames, ILongArray[] junctionAssetGroupCodes, IStringArray[] junctionAssetGroupNames, ILongArray[] junctionAssetTypeCodes, IStringArray[] junctionAssetTypeNames, IArray[] junctionGeometries, IArray[] junctionNetworkAttributeNames, IArray[] junctionNetworkAttributeValues, IArray[] junctionNetworkAttributeDescriptions, IArray[] junctionFieldNames, IArray[] junctionFieldValues, IArray[] junctionFieldValueDescriptions, ILongArray[] edgeNetworkSourceIDs, IStringArray[] edgeNetworkSourceNames, IStringArray[] edgeGlobalIDs, ILongLongArray[] edgeObjectIDs, ILongArray[] edgeAssetGroupCodes, IStringArray[] edgeAssetGroupNames, ILongArray[] edgeAssetTypeCodes, IStringArray[] edgeAssetTypeNames, IDoubleArray[] edgePositionFroms, IDoubleArray[] edgePositionTos, IArray[] edgeGeometries, IArray[] edgeNetworkAttributeNames, IArray[] edgeNetworkAttributeValues, IArray[] edgeNetworkAttributeDescriptions, IArray[] edgeFieldNames, IArray[] edgeFieldValues, IArray[] edgeFieldValueDescriptions) throws java.io.IOException, AutomationException
junctionNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionNetworkSourceNames - A reference to a com.esri.arcgis.system.IStringArray (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.ILongLongArray (out: use single element array)junctionTerminalIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionTerminalNames - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)junctionAssetGroupCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionAssetGroupNames - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)junctionAssetTypeCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)junctionAssetTypeNames - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)junctionGeometries - A reference to a com.esri.arcgis.system.IArray (out: use single element array)junctionNetworkAttributeNames - A reference to a com.esri.arcgis.system.IArray (out: use single element array)junctionNetworkAttributeValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)junctionNetworkAttributeDescriptions - A reference to a com.esri.arcgis.system.IArray (out: use single element array)junctionFieldNames - A reference to a com.esri.arcgis.system.IArray (out: use single element array)junctionFieldValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)junctionFieldValueDescriptions - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeNetworkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeNetworkSourceNames - A reference to a com.esri.arcgis.system.IStringArray (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.ILongLongArray (out: use single element array)edgeAssetGroupCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeAssetGroupNames - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)edgeAssetTypeCodes - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)edgeAssetTypeNames - A reference to a com.esri.arcgis.system.IStringArray (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)edgeGeometries - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeNetworkAttributeNames - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeNetworkAttributeValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeNetworkAttributeDescriptions - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeFieldNames - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeFieldValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeFieldValueDescriptions - 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 getNetworkSources(ILongArray[] networkSourceIDs, IStringArray[] networkSourceNames) throws java.io.IOException, AutomationException
networkSourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)networkSourceNames - 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.