com.esri.arcgis.networkanalyst
Class INATraversalResultSourceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INATraversalResultSourceProxy
All Implemented Interfaces:
INATraversalResultSource, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INATraversalResultSource'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to traversal results for a particular source.' 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 =

public class INATraversalResultSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements INATraversalResultSource, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultSource
IID, IID035681ec_2ee1_4835_9086_c8670bb1854f
 
Constructor Summary
  INATraversalResultSourceProxy()
          Deprecated. For internal use only
  INATraversalResultSourceProxy(java.lang.Object obj)
          Deprecated.  
protected INATraversalResultSourceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INATraversalResultSourceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INATraversalResultSourceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getElementType()
          Deprecated. The network element type.
 int getID()
          Deprecated. The result source ID.
 IDatasetName getLocation()
          Deprecated. The result source location.
 java.lang.String getName()
          Deprecated. The result source name.
 int getResultSourceType()
          Deprecated. The result source type.
 ITable getTable()
          Deprecated. The result source table.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setElementType(int networkElementType)
          Deprecated. The network element type.
 void setLocationByRef(IDatasetName name)
          Deprecated. The result source location.
 void setName(java.lang.String name)
          Deprecated. The result source name.
 void setResultSourceType(int sourceType)
          Deprecated. The result source type.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INATraversalResultSourceProxy

public INATraversalResultSourceProxy(java.lang.String CLSID,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.net.UnknownHostException,
                                     java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

INATraversalResultSourceProxy

public INATraversalResultSourceProxy()
Deprecated. 
For internal use only


INATraversalResultSourceProxy

public INATraversalResultSourceProxy(java.lang.Object obj)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INATraversalResultSourceProxy

protected INATraversalResultSourceProxy(java.lang.Object obj,
                                        java.lang.String iid)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INATraversalResultSourceProxy

protected INATraversalResultSourceProxy(java.lang.String CLSID,
                                        java.lang.String iid,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setElementType

public void setElementType(int networkElementType)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The network element type.

Specified by:
setElementType in interface INATraversalResultSource
Parameters:
networkElementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementType

public int getElementType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The network element type.

Specified by:
getElementType in interface INATraversalResultSource
Returns:
A com.esri.arcgis.geodatabase.esriNetworkElementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The result source name.

Specified by:
setName in interface INATraversalResultSource
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The result source name.

Specified by:
getName in interface INATraversalResultSource
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResultSourceType

public void setResultSourceType(int sourceType)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The result source type.

Specified by:
setResultSourceType in interface INATraversalResultSource
Parameters:
sourceType - A com.esri.arcgis.networkanalyst.esriNATraversalResultSourceType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResultSourceType

public int getResultSourceType()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The result source type.

Specified by:
getResultSourceType in interface INATraversalResultSource
Returns:
A com.esri.arcgis.networkanalyst.esriNATraversalResultSourceType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The result source ID.

Specified by:
getID in interface INATraversalResultSource
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationByRef

public void setLocationByRef(IDatasetName name)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The result source location.

Specified by:
setLocationByRef in interface INATraversalResultSource
Parameters:
name - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocation

public IDatasetName getLocation()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The result source location.

Specified by:
getLocation in interface INATraversalResultSource
Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

public ITable getTable()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The result source table.

Specified by:
getTable in interface INATraversalResultSource
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.