|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.networkanalyst.INAClassLoaderProxy com.esri.arcgis.networkanalyst.INAClassLoader2Proxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INAClassLoader2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INAClassLoader2Proxy()
public INAClassLoader2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INAClassLoader2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INAClassLoader2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class INAClassLoaderProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class INAClassLoaderProxy
java.io.IOException
public void initialize(INAContext context, java.lang.String nAClassName, ICursor cursor) throws java.io.IOException, AutomationException
initialize
in interface INAClassLoader2
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddressLocatorByRef(ILocator addressLocator) throws java.io.IOException, AutomationException
setAddressLocatorByRef
in interface INAClassLoader2
addressLocator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILocator getAddressLocator() throws java.io.IOException, AutomationException
getAddressLocator
in interface INAClassLoader2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapToNetwork(boolean enabled) throws java.io.IOException, AutomationException
setSnapToNetwork
in interface INAClassLoader2
enabled
- The enabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSnapToNetwork() throws java.io.IOException, AutomationException
isSnapToNetwork
in interface INAClassLoader2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapOffsetDistance(double distance) throws java.io.IOException, AutomationException
setSnapOffsetDistance
in interface INAClassLoader2
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSnapOffsetDistance() throws java.io.IOException, AutomationException
getSnapOffsetDistance
in interface INAClassLoader2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapOffsetUnits(int units) throws java.io.IOException, AutomationException
setSnapOffsetUnits
in interface INAClassLoader2
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSnapOffsetUnits() throws java.io.IOException, AutomationException
getSnapOffsetUnits
in interface INAClassLoader2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |