com.esri.arcgis.networkanalyst
Class INALocatorFeatureAgentProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INALocatorFeatureAgentProxy
All Implemented Interfaces:
INALocatorFeatureAgent, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INALocatorFeatureAgent2Proxy

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

Description: 'Provides access to properties of the feature locator agent.' 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 INALocatorFeatureAgentProxy
extends com.esri.arcgis.interop.Dispatch
implements INALocatorFeatureAgent, 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.INALocatorFeatureAgent
IID, IID011dc4a1_9d12_4bdb_871d_96e6df3d6e32
 
Constructor Summary
  INALocatorFeatureAgentProxy()
          Deprecated. For internal use only
  INALocatorFeatureAgentProxy(java.lang.Object obj)
          Deprecated.  
protected INALocatorFeatureAgentProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INALocatorFeatureAgentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INALocatorFeatureAgentProxy(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.  
 int getSnapType()
          Deprecated. The method of snapping used.
 java.lang.String getSourceName()
          Deprecated. The network source name.
 int getSubtypeCode()
          Deprecated. The subtype to be used to locate features.
 boolean isUseSubtype()
          Deprecated. Indicates if subtypes should be used to locate features.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setSnapType(int pHitPartType)
          Deprecated. The method of snapping used.
 void setSourceName(java.lang.String sourceName)
          Deprecated. The network source name.
 void setSubtypeCode(int subtypeCode)
          Deprecated. The subtype to be used to locate features.
 void setUseSubtype(boolean useSubtype)
          Deprecated. Indicates if subtypes should be used to locate features.
 
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

INALocatorFeatureAgentProxy

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

INALocatorFeatureAgentProxy

public INALocatorFeatureAgentProxy()
Deprecated. 
For internal use only


INALocatorFeatureAgentProxy

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

INALocatorFeatureAgentProxy

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

INALocatorFeatureAgentProxy

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

setSourceName

public void setSourceName(java.lang.String sourceName)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The network source name.

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

getSourceName

public java.lang.String getSourceName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The network source name.

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

setSnapType

public void setSnapType(int pHitPartType)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The method of snapping used.

Specified by:
setSnapType in interface INALocatorFeatureAgent
Parameters:
pHitPartType - A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapType

public int getSnapType()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The method of snapping used.

Specified by:
getSnapType in interface INALocatorFeatureAgent
Returns:
A com.esri.arcgis.geometry.esriGeometryHitPartType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseSubtype

public void setUseSubtype(boolean useSubtype)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if subtypes should be used to locate features.

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

isUseSubtype

public boolean isUseSubtype()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if subtypes should be used to locate features.

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

setSubtypeCode

public void setSubtypeCode(int subtypeCode)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The subtype to be used to locate features.

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

getSubtypeCode

public int getSubtypeCode()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The subtype to be used to locate features.

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