com.esri.arcgis.networkanalyst
Class INATraversalResultQueryProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INATraversalResultQueryProxy
All Implemented Interfaces:
INATraversalResultQuery, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INATraversalResultQuery2Proxy

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

Description: 'Provides access to the results of an analysis.' 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 INATraversalResultQueryProxy
extends com.esri.arcgis.interop.Dispatch
implements INATraversalResultQuery, 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.INATraversalResultQuery
IID, IID07f8ebe3_1378_4261_8284_35c16b8fb707
 
Constructor Summary
  INATraversalResultQueryProxy()
          Deprecated. For internal use only
  INATraversalResultQueryProxy(java.lang.Object obj)
          Deprecated.  
protected INATraversalResultQueryProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INATraversalResultQueryProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INATraversalResultQueryProxy(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.  
 java.lang.String getElementIDFieldName()
          Deprecated. The element ID field name.
 IFeatureClass getFeatureClass(int networkElementType)
          Deprecated. The feature class by element type.
 java.lang.String getFromEdgeIDFieldName()
          Deprecated. The from edge ID field name.
 java.lang.String getFromJunctionIDFieldName()
          Deprecated. The from junction ID field name.
 java.lang.String getFromPositionFieldName()
          Deprecated. The from position field name.
 java.lang.String getSourceIDFieldName()
          Deprecated. The source ID field name.
 java.lang.String getSourceOIDFieldName()
          Deprecated. The source OID field name.
 java.lang.String getToEdgeIDFieldName()
          Deprecated. The to edge ID field name.
 java.lang.String getToJunctionIDFieldName()
          Deprecated. The to junction ID field name.
 java.lang.String getToPositionFieldName()
          Deprecated. The to position field name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IFeatureCursor searchConnected(INATraversalResultElement element, int searchedElementType, int searchedDirection, boolean recycle)
          Deprecated. Returns a connected set of elements in the result.
 
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

INATraversalResultQueryProxy

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

INATraversalResultQueryProxy

public INATraversalResultQueryProxy()
Deprecated. 
For internal use only


INATraversalResultQueryProxy

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

INATraversalResultQueryProxy

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

INATraversalResultQueryProxy

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

getFeatureClass

public IFeatureClass getFeatureClass(int networkElementType)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The feature class by element type.

Specified by:
getFeatureClass in interface INATraversalResultQuery
Parameters:
networkElementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchConnected

public IFeatureCursor searchConnected(INATraversalResultElement element,
                                      int searchedElementType,
                                      int searchedDirection,
                                      boolean recycle)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Returns a connected set of elements in the result.

Specified by:
searchConnected in interface INATraversalResultQuery
Parameters:
element - A reference to a com.esri.arcgis.networkanalyst.INATraversalResultElement (in)
searchedElementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
searchedDirection - A com.esri.arcgis.geodatabase.esriRelDirection constant (in)
recycle - The recycle (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureCursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementIDFieldName

public java.lang.String getElementIDFieldName()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The element ID field name.

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

getSourceIDFieldName

public java.lang.String getSourceIDFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The source ID field name.

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

getSourceOIDFieldName

public java.lang.String getSourceOIDFieldName()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The source OID field name.

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

getFromPositionFieldName

public java.lang.String getFromPositionFieldName()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The from position field name.

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

getToPositionFieldName

public java.lang.String getToPositionFieldName()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The to position field name.

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

getFromJunctionIDFieldName

public java.lang.String getFromJunctionIDFieldName()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The from junction ID field name.

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

getToJunctionIDFieldName

public java.lang.String getToJunctionIDFieldName()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The to junction ID field name.

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

getFromEdgeIDFieldName

public java.lang.String getFromEdgeIDFieldName()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The from edge ID field name.

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

getToEdgeIDFieldName

public java.lang.String getToEdgeIDFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The to edge ID field name.

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