com.esri.arcgis.networkanalyst
Class INATraversalResultProxy

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

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

Description: 'Provides access to the properties of a traversal result.' 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 INATraversalResultProxy
extends com.esri.arcgis.interop.Dispatch
implements INATraversalResult, 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.INATraversalResult
IID, IID2d463633_4ee1_4a38_99bf_c62e2f7e3f74
 
Constructor Summary
  INATraversalResultProxy()
          Deprecated. For internal use only
  INATraversalResultProxy(java.lang.Object obj)
          Deprecated.  
protected INATraversalResultProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INATraversalResultProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INATraversalResultProxy(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.  
 void addSource(INATraversalResultSource resultSource)
          Deprecated. Add a network traversal source.
 void create(IFields junctionFields, IFields edgeFields, IFields simpleTurnFields, boolean hasMs)
          Deprecated. Makes a new traversal result.
 INATraversalResultSource esri_getSource(int index)
          Deprecated. The network traversal source by index.
 INATraversalResultSource getSourceByID(int sourceID)
          Deprecated. The network traversal source by ID.
 INATraversalResultSource getSourceByName(java.lang.String name)
          Deprecated. The network traversal source by name.
 int getSourceCount()
          Deprecated. The number of network sources.
 ISpatialReference getSpatialReference()
          Deprecated. The spatial reference of the result.
 boolean isHasGeometry()
          Deprecated. Indicates if the result has geometry.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

INATraversalResultProxy

public INATraversalResultProxy(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

INATraversalResultProxy

public INATraversalResultProxy()
Deprecated. 
For internal use only


INATraversalResultProxy

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

INATraversalResultProxy

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

INATraversalResultProxy

protected INATraversalResultProxy(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

getSourceCount

public int getSourceCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of network sources.

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

esri_getSource

public INATraversalResultSource esri_getSource(int index)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The network traversal source by index.

Specified by:
esri_getSource in interface INATraversalResult
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.networkanalyst.INATraversalResultSource
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceByName

public INATraversalResultSource getSourceByName(java.lang.String name)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The network traversal source by name.

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

getSourceByID

public INATraversalResultSource getSourceByID(int sourceID)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The network traversal source by ID.

Specified by:
getSourceByID in interface INATraversalResult
Parameters:
sourceID - The sourceID (in)
Returns:
A reference to a com.esri.arcgis.networkanalyst.INATraversalResultSource
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSource

public void addSource(INATraversalResultSource resultSource)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Add a network traversal source.

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

create

public void create(IFields junctionFields,
                   IFields edgeFields,
                   IFields simpleTurnFields,
                   boolean hasMs)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Makes a new traversal result.

Specified by:
create in interface INATraversalResult
Parameters:
junctionFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
edgeFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
simpleTurnFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
hasMs - The hasMs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The spatial reference of the result.

Specified by:
getSpatialReference in interface INATraversalResult
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasGeometry

public boolean isHasGeometry()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the result has geometry.

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