com.esri.arcgis.networkanalyst
Class IGPNALayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.IGPNALayerProxy
All Implemented Interfaces:
IGPNALayer, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGPNALayer2Proxy

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

Description: 'Provides access to properties/methods of the geoprocessing network analyst 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 IGPNALayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPNALayer, 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.IGPNALayer
IID, IID50d92590_06f5_4aa4_bf93_1cc78d5b2b06
 
Constructor Summary
  IGPNALayerProxy()
          Deprecated. For internal use only
  IGPNALayerProxy(java.lang.Object obj)
          Deprecated.  
protected IGPNALayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPNALayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPNALayerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addClassDefinition(INAClassDefinition classDef)
          Deprecated. Adds class definition for sublayer.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 INAClassDefinition getClassDefinition(int index)
          Deprecated. The class definition for a sublayer.
 IArray getClassDefinitions()
          Deprecated. The array of class definitions.
 IDENetworkDataset getDENetworkDataset()
          Deprecated. The network dataset data element.
 IArray getLocatorFeatureAgents()
          Deprecated. The array of locator feature agents.
 IGPLinearUnit getSearchRadius()
          Deprecated. The search radius used for loading points.
 boolean isFindClosestAmongAllAgents()
          Deprecated. Indicates whether to search all agents when loading points.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDENetworkDatasetByRef(IDENetworkDataset dataelement)
          Deprecated. The network dataset data element.
 void setFindClosestAmongAllAgents(boolean bFindClosest)
          Deprecated. Indicates whether to search all agents when loading points.
 void setLocatorFeatureAgentsByRef(IArray ppAgents)
          Deprecated. The array of locator feature agents.
 void setSearchRadiusByRef(IGPLinearUnit ppLinearUnit)
          Deprecated. The search radius used for loading points.
 
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

IGPNALayerProxy

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

IGPNALayerProxy

public IGPNALayerProxy()
Deprecated. 
For internal use only


IGPNALayerProxy

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

IGPNALayerProxy

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

IGPNALayerProxy

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

getDENetworkDataset

public IDENetworkDataset getDENetworkDataset()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The network dataset data element.

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

setDENetworkDatasetByRef

public void setDENetworkDatasetByRef(IDENetworkDataset dataelement)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The network dataset data element.

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

getClassDefinition

public INAClassDefinition getClassDefinition(int index)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The class definition for a sublayer.

Specified by:
getClassDefinition in interface IGPNALayer
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAClassDefinition
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addClassDefinition

public void addClassDefinition(INAClassDefinition classDef)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Adds class definition for sublayer.

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

getClassDefinitions

public IArray getClassDefinitions()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The array of class definitions.

Specified by:
getClassDefinitions in interface IGPNALayer
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSearchRadiusByRef

public void setSearchRadiusByRef(IGPLinearUnit ppLinearUnit)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The search radius used for loading points.

Specified by:
setSearchRadiusByRef in interface IGPNALayer
Parameters:
ppLinearUnit - A reference to a com.esri.arcgis.geoprocessing.IGPLinearUnit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSearchRadius

public IGPLinearUnit getSearchRadius()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The search radius used for loading points.

Specified by:
getSearchRadius in interface IGPNALayer
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPLinearUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocatorFeatureAgentsByRef

public void setLocatorFeatureAgentsByRef(IArray ppAgents)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The array of locator feature agents.

Specified by:
setLocatorFeatureAgentsByRef in interface IGPNALayer
Parameters:
ppAgents - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatorFeatureAgents

public IArray getLocatorFeatureAgents()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The array of locator feature agents.

Specified by:
getLocatorFeatureAgents in interface IGPNALayer
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFindClosestAmongAllAgents

public void setFindClosestAmongAllAgents(boolean bFindClosest)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates whether to search all agents when loading points.

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

isFindClosestAmongAllAgents

public boolean isFindClosestAmongAllAgents()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates whether to search all agents when loading points.

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