public interface IUtilityNetworkQueryTracer3 extends IUtilityNetworkQueryTracer2, java.io.Serializable
Description: 'Provides access to members that supply utility network query tracer information with group information.' 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 |
IID79f72984_5e1f_44a7_a07a_3a8c74eafbdf |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDeb13bc94_7026_44f5_ad39_9c142121a2f6
IID190ccdab_1679_4923_bc92_7d91d69b9189
Modifier and Type | Method and Description |
---|---|
void |
getGroupedConnectivityFeatures(ILongLongArray edgeEIDs,
ILongArray edgeFirstUnits,
ILongArray edgeNumUnits,
boolean includeGeometry,
ILongArray[] viaNetworkSourceIDs,
IStringArray[] viaGlobalIDs,
ILongLongArray[] viaObjectIDs,
IDoubleArray[] viaPositionFroms,
IDoubleArray[] viaPositionTos,
IArray[] viaGeometries,
ILongArray[] viaFirstUnits,
ILongArray[] fromNetworkSourceIDs,
IStringArray[] fromGlobalIDs,
ILongLongArray[] fromObjectIDs,
ILongArray[] fromTerminalIDs,
IArray[] fromGeometries,
ILongArray[] fromFirstUnits,
ILongArray[] toNetworkSourceIDs,
IStringArray[] toGlobalIDs,
ILongLongArray[] toObjectIDs,
ILongArray[] toTerminalIDs,
IArray[] toGeometries,
ILongArray[] toFirstUnits,
ILongArray[] numUnits)
Returns feature information for the given set of edge eids as well as their from and to junctions with first units and num units
|
getAttributesForFeatures64, getConnectivityFeatures64, getFeaturesForSet64, getFeaturesForSetBasic64, getFeaturesForSetBasicWithPosition64, getFeaturesForSetWithPosition64
elementsToFeatures, getAttributeNameToWeightIDMapping, getAttributesForFeatures, getAttributeUsageTypeToWeightIDMapping, getConnectivityFeatures, getFeaturesForSet, getFeaturesForSetBasic, getFeaturesForSetBasicWithPosition, getFeaturesForSetWithPosition, getIntersectingElements, getIntersectingElementsWithPercentAlong, getTraceConfiguration, queryTraceConfiguration
static final int IID79f72984_5e1f_44a7_a07a_3a8c74eafbdf
static final int xxDummy
static final java.lang.String IID
void getGroupedConnectivityFeatures(ILongLongArray edgeEIDs, ILongArray edgeFirstUnits, ILongArray edgeNumUnits, boolean includeGeometry, ILongArray[] viaNetworkSourceIDs, IStringArray[] viaGlobalIDs, ILongLongArray[] viaObjectIDs, IDoubleArray[] viaPositionFroms, IDoubleArray[] viaPositionTos, IArray[] viaGeometries, ILongArray[] viaFirstUnits, ILongArray[] fromNetworkSourceIDs, IStringArray[] fromGlobalIDs, ILongLongArray[] fromObjectIDs, ILongArray[] fromTerminalIDs, IArray[] fromGeometries, ILongArray[] fromFirstUnits, ILongArray[] toNetworkSourceIDs, IStringArray[] toGlobalIDs, ILongLongArray[] toObjectIDs, ILongArray[] toTerminalIDs, IArray[] toGeometries, ILongArray[] toFirstUnits, ILongArray[] numUnits) throws java.io.IOException, AutomationException
edgeEIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)edgeFirstUnits
- A reference to a com.esri.arcgis.system.ILongArray (in)edgeNumUnits
- A reference to a com.esri.arcgis.system.ILongArray (in)includeGeometry
- The includeGeometry (in)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)viaFirstUnits
- 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)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)fromFirstUnits
- A reference to a com.esri.arcgis.system.ILongArray (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)toFirstUnits
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)numUnits
- 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.