public class ITraceResultsProxy extends com.esri.arcgis.interop.Dispatch implements ITraceResults, 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 |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID29c70874_c8c3_4964_b681_c14a167641ee
Modifier | Constructor and Description |
---|---|
|
ITraceResultsProxy()
For internal use only
|
|
ITraceResultsProxy(java.lang.Object obj) |
protected |
ITraceResultsProxy(java.lang.Object obj,
java.lang.String iid) |
|
ITraceResultsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITraceResultsProxy(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.
|
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.
|
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 ITraceResultsProxy(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 ITraceResultsProxy()
public ITraceResultsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITraceResultsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITraceResultsProxy(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 ITraceResults
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 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 ITraceResults
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 IStringArray getWarnings() throws java.io.IOException, AutomationException
getWarnings
in interface ITraceResults
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 ITraceResults
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 ITraceResults
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 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
getTraceResultConnectivity
in interface ITraceResults
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.