com.esri.arcgis.networkanalyst
Class INALayer2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INALayerProxy
          extended by com.esri.arcgis.networkanalyst.INALayer2Proxy
All Implemented Interfaces:
INALayer, INALayer2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INALayer3Proxy

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

Description: 'Provides access to the network analysis layer.' 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 INALayer2Proxy
extends INALayerProxy
implements INALayer2, 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.INALayer2
IID, IID734a3ec8_8345_4f7b_8e49_3cd871603aa7
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INALayer
IID667b776b_5905_4450_9c94_18b214ece8fb
 
Constructor Summary
  INALayer2Proxy()
          Deprecated. For internal use only
  INALayer2Proxy(java.lang.Object obj)
          Deprecated.  
protected INALayer2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INALayer2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INALayer2Proxy(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 attachContext(INAContext nAContext)
          Deprecated. Sets the NALayer to reference the NAContext and the sublayers to reference the NAClasses of the NAContext.
 INAContext copyContext()
          Deprecated. Returns a copy of the NAContext referenced by the NALayer.
 IDataLayer getDataLayerByNAClassName(java.lang.String name)
          Deprecated. The network analysis layer or standalone table by class name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.networkanalyst.INALayerProxy
add, clear, delete, getContext, getLayerByNAClassName, isExpanded, setContextByRef, setExpanded
 
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
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INALayer
add, clear, delete, getContext, getLayerByNAClassName, isExpanded, setContextByRef, setExpanded
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INALayer2Proxy

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

INALayer2Proxy

public INALayer2Proxy()
Deprecated. 
For internal use only


INALayer2Proxy

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

INALayer2Proxy

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

INALayer2Proxy

protected INALayer2Proxy(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 INALayerProxy
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 INALayerProxy
Throws:
java.io.IOException

copyContext

public INAContext copyContext()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Returns a copy of the NAContext referenced by the NALayer.

Specified by:
copyContext in interface INALayer2
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAContext
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attachContext

public void attachContext(INAContext nAContext)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets the NALayer to reference the NAContext and the sublayers to reference the NAClasses of the NAContext.

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

getDataLayerByNAClassName

public IDataLayer getDataLayerByNAClassName(java.lang.String name)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The network analysis layer or standalone table by class name.

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