com.esri.arcgis.networkanalyst
Class INAClassLoader2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INAClassLoaderProxy
          extended by com.esri.arcgis.networkanalyst.INAClassLoader2Proxy
All Implemented Interfaces:
INAClassLoader, INAClassLoader2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to populate network analysis classes in preparation for 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 INAClassLoader2Proxy
extends INAClassLoaderProxy
implements INAClassLoader2, 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.INAClassLoader2
IID, IID43580bf9_848b_4c66_b82b_a3bba8d74e85
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAClassLoader
IIDba4f2689_f38a_4cea_aaa1_7511eeed1fa9
 
Constructor Summary
  INAClassLoader2Proxy()
          Deprecated. For internal use only
  INAClassLoader2Proxy(java.lang.Object obj)
          Deprecated.  
protected INAClassLoader2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INAClassLoader2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INAClassLoader2Proxy(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.  
 ILocator getAddressLocator()
          Deprecated. The address locator to be used.
 double getSnapOffsetDistance()
          Deprecated. The snap offset distance from the network.
 int getSnapOffsetUnits()
          Deprecated. The snap offset units.
 void initialize(INAContext context, java.lang.String nAClassName, ICursor cursor)
          Deprecated. Quickly initializes the class loader to be able to load information from a cursor into a given NAClass.
 boolean isSnapToNetwork()
          Deprecated. Indicates if the geometry should be snapped to the network.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAddressLocatorByRef(ILocator addressLocator)
          Deprecated. The address locator to be used.
 void setSnapOffsetDistance(double distance)
          Deprecated. The snap offset distance from the network.
 void setSnapOffsetUnits(int units)
          Deprecated. The snap offset units.
 void setSnapToNetwork(boolean enabled)
          Deprecated. Indicates if the geometry should be snapped to the network.
 
Methods inherited from class com.esri.arcgis.networkanalyst.INAClassLoaderProxy
getFieldMap, getLocator, getNAClass, load, setFieldMapByRef, setLocatorByRef, setNAClassByRef
 
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.INAClassLoader
getFieldMap, getLocator, getNAClass, load, setFieldMapByRef, setLocatorByRef, setNAClassByRef
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INAClassLoader2Proxy

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

INAClassLoader2Proxy

public INAClassLoader2Proxy()
Deprecated. 
For internal use only


INAClassLoader2Proxy

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

INAClassLoader2Proxy

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

INAClassLoader2Proxy

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

initialize

public void initialize(INAContext context,
                       java.lang.String nAClassName,
                       ICursor cursor)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Quickly initializes the class loader to be able to load information from a cursor into a given NAClass.

Specified by:
initialize in interface INAClassLoader2
Parameters:
context - A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
nAClassName - The nAClassName (in)
cursor - A reference to a com.esri.arcgis.geodatabase.ICursor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAddressLocatorByRef

public void setAddressLocatorByRef(ILocator addressLocator)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The address locator to be used.

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

getAddressLocator

public ILocator getAddressLocator()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The address locator to be used.

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

setSnapToNetwork

public void setSnapToNetwork(boolean enabled)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the geometry should be snapped to the network.

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

isSnapToNetwork

public boolean isSnapToNetwork()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the geometry should be snapped to the network.

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

setSnapOffsetDistance

public void setSnapOffsetDistance(double distance)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The snap offset distance from the network.

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

getSnapOffsetDistance

public double getSnapOffsetDistance()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The snap offset distance from the network.

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

setSnapOffsetUnits

public void setSnapOffsetUnits(int units)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The snap offset units.

Specified by:
setSnapOffsetUnits in interface INAClassLoader2
Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapOffsetUnits

public int getSnapOffsetUnits()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The snap offset units.

Specified by:
getSnapOffsetUnits in interface INAClassLoader2
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.