public class IUNTraceResultsProxy extends com.esri.arcgis.interop.Dispatch implements 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 |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID7390fd02_70c1_4b48_84e7_0ad82c55d401
Modifier | Constructor and Description |
---|---|
|
IUNTraceResultsProxy()
For internal use only
|
|
IUNTraceResultsProxy(java.lang.Object obj) |
protected |
IUNTraceResultsProxy(java.lang.Object obj,
java.lang.String iid) |
|
IUNTraceResultsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IUNTraceResultsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
getAggregatedGeometries(IGeometry[] aggregatedPointGeometry,
IGeometry[] aggregatedLineGeometry,
IGeometry[] aggregatedPolygonGeometry)
Returns aggregated geometries.
|
void |
getAllPropagatedValues(java.lang.String attributeName,
int propagatorFunctionType,
long[][] junctionEIDs,
double[][] junctionValues,
long[][] edgeEIDs,
double[][] edgeValues)
Returns all propagated values in the subnetwork.
|
void |
getAssociations(ILongArray[] associationTypes,
ILongArray[] fromNetworkSourceIDs,
IStringArray[] fromGlobalIDs,
ILongArray[] fromTerminalIDs,
ILongArray[] toNetworkSourceIDs,
IStringArray[] toGlobalIDs,
ILongArray[] toTerminalIDs)
Returns containment and attachment associations that are part of trace results.
|
java.lang.Object |
getGlobalFunctionResult(IUNFunction function)
Returns the global function result.
|
java.lang.Object |
getPropagatedValue(int elementType,
long eID,
java.lang.String attributeName,
int propagatorFunctionType)
Returns the propagated value for the given element.
|
java.lang.Object |
getPropagatedValueEx(int elementType,
long eID,
IUNPropagator propagator)
Returns the propagated value for the given element.
|
void |
getSubnetworkControllerFeatures(boolean includeGeometry,
ILongArray[] networkSourceIDs,
IStringArray[] globalIDs,
ILongArray[] objectIDs,
ILongArray[] terminalIDs,
ILongArray[] assetGroupCodes,
ILongArray[] assetTypeCodes,
IArray[] geometries)
Returns feature information for discovered subnetwork controllers.
|
void |
getTraceResultAttributesForEdgeFeatures(boolean includeGeometry,
IStringArray networkAttributeNames,
IArray resultTypeFields,
ILongArray[] networkSourceIDs,
IStringArray[] globalIDs,
ILongArray[] objectIDs,
ILongArray[] assetGroupCodes,
ILongArray[] assetTypeCodes,
IDoubleArray[] positionFroms,
IDoubleArray[] positionTos,
IArray[] geometries,
IArray[] networkAttributeValues,
IArray[] fieldValues)
Returns edge trace results feature information including geometry, network attribute, and field information.
|
void |
getTraceResultAttributesForJunctionFeatures(boolean includeGeometry,
IStringArray networkAttributeNames,
IArray resultTypeFields,
ILongArray[] networkSourceIDs,
IStringArray[] globalIDs,
ILongArray[] objectIDs,
ILongArray[] terminalIDs,
ILongArray[] assetGroupCodes,
ILongArray[] assetTypeCodes,
IArray[] geometries,
IArray[] networkAttributeValues,
IArray[] fieldValues)
Returns junction trace results feature information including geometry, network attribute, and field information.
|
void |
getTraceResultConnectivityFeatures(boolean includeGeometry,
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 feature 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.
|
boolean |
isAnySourceDirty()
Returns whether any of the sources discovered are dirty.
|
boolean |
isKFeaturesForKNNFound()
Returns whether the number of nearest features found was less than k.
|
boolean |
isStartingPointsIgnored()
Returns whether starting points were ignored.
|
ILongArray |
queryFlowDirections(ILongLongArray edgeEIDs)
Query and return flow directions for the given set of edge network elements in the subnetwork.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IUNTraceResultsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IUNTraceResultsProxy()
public IUNTraceResultsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IUNTraceResultsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IUNTraceResultsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.Object getGlobalFunctionResult(IUNFunction function) throws java.io.IOException, AutomationException
getGlobalFunctionResult
in interface IUNTraceResults
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.public java.lang.Object getPropagatedValue(int elementType, long eID, java.lang.String attributeName, int propagatorFunctionType) throws java.io.IOException, AutomationException
getPropagatedValue
in interface IUNTraceResults
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)attributeName
- The attributeName (in)propagatorFunctionType
- A com.esri.arcgis.geodatabase.esriTracePropagatorFunctionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getAllPropagatedValues(java.lang.String attributeName, int propagatorFunctionType, long[][] junctionEIDs, double[][] junctionValues, long[][] edgeEIDs, double[][] edgeValues) throws java.io.IOException, AutomationException
getAllPropagatedValues
in interface IUNTraceResults
attributeName
- The attributeName (in)propagatorFunctionType
- A com.esri.arcgis.geodatabase.esriTracePropagatorFunctionType constant (in)junctionEIDs
- Signed 64-bit int (out: use single element array)junctionValues
- The junctionValues (out: use single element array)edgeEIDs
- Signed 64-bit int (out: use single element array)edgeValues
- The edgeValues (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnySourceDirty() throws java.io.IOException, AutomationException
isAnySourceDirty
in interface IUNTraceResults
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public 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
getTraceResultFeatures
in interface IUNTraceResults
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.public boolean isKFeaturesForKNNFound() throws java.io.IOException, AutomationException
isKFeaturesForKNNFound
in interface IUNTraceResults
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isStartingPointsIgnored() throws java.io.IOException, AutomationException
isStartingPointsIgnored
in interface IUNTraceResults
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getWarnings() throws java.io.IOException, AutomationException
getWarnings
in interface IUNTraceResults
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getSubnetworkControllerFeatures(boolean includeGeometry, ILongArray[] networkSourceIDs, IStringArray[] globalIDs, ILongArray[] objectIDs, ILongArray[] terminalIDs, ILongArray[] assetGroupCodes, ILongArray[] assetTypeCodes, IArray[] geometries) throws java.io.IOException, AutomationException
getSubnetworkControllerFeatures
in interface IUNTraceResults
includeGeometry
- The includeGeometry (in)networkSourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)globalIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)terminalIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)assetGroupCodes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)assetTypeCodes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)geometries
- 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.public void getTraceResultAttributesForJunctionFeatures(boolean includeGeometry, IStringArray networkAttributeNames, IArray resultTypeFields, ILongArray[] networkSourceIDs, IStringArray[] globalIDs, ILongArray[] objectIDs, ILongArray[] terminalIDs, ILongArray[] assetGroupCodes, ILongArray[] assetTypeCodes, IArray[] geometries, IArray[] networkAttributeValues, IArray[] fieldValues) throws java.io.IOException, AutomationException
getTraceResultAttributesForJunctionFeatures
in interface IUNTraceResults
includeGeometry
- The includeGeometry (in)networkAttributeNames
- A reference to a com.esri.arcgis.system.IStringArray (in)resultTypeFields
- A reference to a com.esri.arcgis.system.IArray (in)networkSourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)globalIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)terminalIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)assetGroupCodes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)assetTypeCodes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)geometries
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)networkAttributeValues
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)fieldValues
- 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.public void getTraceResultAttributesForEdgeFeatures(boolean includeGeometry, IStringArray networkAttributeNames, IArray resultTypeFields, ILongArray[] networkSourceIDs, IStringArray[] globalIDs, ILongArray[] objectIDs, ILongArray[] assetGroupCodes, ILongArray[] assetTypeCodes, IDoubleArray[] positionFroms, IDoubleArray[] positionTos, IArray[] geometries, IArray[] networkAttributeValues, IArray[] fieldValues) throws java.io.IOException, AutomationException
getTraceResultAttributesForEdgeFeatures
in interface IUNTraceResults
includeGeometry
- The includeGeometry (in)networkAttributeNames
- A reference to a com.esri.arcgis.system.IStringArray (in)resultTypeFields
- A reference to a com.esri.arcgis.system.IArray (in)networkSourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)globalIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)assetGroupCodes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)assetTypeCodes
- A reference to a com.esri.arcgis.system.ILongArray (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)geometries
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)networkAttributeValues
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)fieldValues
- 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.public void getTraceResultConnectivityFeatures(boolean includeGeometry, 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
getTraceResultConnectivityFeatures
in interface IUNTraceResults
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.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.public ILongArray queryFlowDirections(ILongLongArray edgeEIDs) throws java.io.IOException, AutomationException
queryFlowDirections
in interface IUNTraceResults
edgeEIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getAssociations(ILongArray[] associationTypes, ILongArray[] fromNetworkSourceIDs, IStringArray[] fromGlobalIDs, ILongArray[] fromTerminalIDs, ILongArray[] toNetworkSourceIDs, IStringArray[] toGlobalIDs, ILongArray[] toTerminalIDs) throws java.io.IOException, AutomationException
getAssociations
in interface IUNTraceResults
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)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)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)toTerminalIDs
- 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.public void getAggregatedGeometries(IGeometry[] aggregatedPointGeometry, IGeometry[] aggregatedLineGeometry, IGeometry[] aggregatedPolygonGeometry) throws java.io.IOException, AutomationException
getAggregatedGeometries
in interface IUNTraceResults
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.public 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
getTraceResultFeaturesWithPosition
in interface IUNTraceResults
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.public java.lang.Object getPropagatedValueEx(int elementType, long eID, IUNPropagator propagator) throws java.io.IOException, AutomationException
getPropagatedValueEx
in interface IUNTraceResults
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)propagator
- A reference to a com.esri.arcgis.geodatabase.IUNPropagator (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.