com.esri.arcgis.networkanalysis
Class IEIDHelperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalysis.IEIDHelperProxy
All Implemented Interfaces:
IEIDHelper, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that get the features and/or geometries from an enumeration of element IDs.' 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 IEIDHelperProxy
extends com.esri.arcgis.interop.Dispatch
implements IEIDHelper, 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.networkanalysis.IEIDHelper
IID, IID212ad7b8_747a_11d4_a68d_0008c7d3bbfa
 
Constructor Summary
  IEIDHelperProxy()
          Deprecated. For internal use only
  IEIDHelperProxy(java.lang.Object obj)
          Deprecated.  
protected IEIDHelperProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IEIDHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IEIDHelperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addField(java.lang.String field)
          Deprecated. Adds a field to the list of fields to return with the feature.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearFields()
          Deprecated. Clears the list of fields to return with the feature.
 IEnumEIDInfo createEnumEIDInfo(IEnumNetEID netEIDs)
          Deprecated. Creates an enumeration of EIDInfo objects based on the specified EIDs and parameters on this EIDHelper object.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDisplayEnvelopeByRef(IEnvelope rhs1)
          Deprecated. Envelope in which valid geometries and features must reside to be returned in the EnumEIDInfo object.
 void setGeometricNetworkByRef(IGeometricNetwork rhs1)
          Deprecated. Geometric network from which these element IDs come.
 void setOutputSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Spatial reference the returned geometries should be in.
 void setPartialComplexEdgeGeometry(boolean rhs1)
          Deprecated. Indicates if the EIDs representing partial complex edges return the geometry of the partial complex edge.
 void setReturnFeatures(boolean rhs1)
          Deprecated. Indicates if the created IEIDInfo enumeration should contain features.
 void setReturnGeometries(boolean rhs1)
          Deprecated. Indicates if the created EIDInfo enumeration should contain geometries.
 
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

IEIDHelperProxy

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

IEIDHelperProxy

public IEIDHelperProxy()
Deprecated. 
For internal use only


IEIDHelperProxy

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

IEIDHelperProxy

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

IEIDHelperProxy

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

setGeometricNetworkByRef

public void setGeometricNetworkByRef(IGeometricNetwork rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Geometric network from which these element IDs come.

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

addField

public void addField(java.lang.String field)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds a field to the list of fields to return with the feature.

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

clearFields

public void clearFields()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Clears the list of fields to return with the feature.

Specified by:
clearFields in interface IEIDHelper
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnGeometries

public void setReturnGeometries(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the created EIDInfo enumeration should contain geometries.

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

setReturnFeatures

public void setReturnFeatures(boolean rhs1)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the created IEIDInfo enumeration should contain features.

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

setOutputSpatialReferenceByRef

public void setOutputSpatialReferenceByRef(ISpatialReference rhs1)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Spatial reference the returned geometries should be in.

Specified by:
setOutputSpatialReferenceByRef in interface IEIDHelper
Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPartialComplexEdgeGeometry

public void setPartialComplexEdgeGeometry(boolean rhs1)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates if the EIDs representing partial complex edges return the geometry of the partial complex edge.

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

createEnumEIDInfo

public IEnumEIDInfo createEnumEIDInfo(IEnumNetEID netEIDs)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Creates an enumeration of EIDInfo objects based on the specified EIDs and parameters on this EIDHelper object.

Specified by:
createEnumEIDInfo in interface IEIDHelper
Parameters:
netEIDs - A reference to a com.esri.arcgis.geodatabase.IEnumNetEID (in)
Returns:
A reference to a com.esri.arcgis.networkanalysis.IEnumEIDInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayEnvelopeByRef

public void setDisplayEnvelopeByRef(IEnvelope rhs1)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Envelope in which valid geometries and features must reside to be returned in the EnumEIDInfo object.

Specified by:
setDisplayEnvelopeByRef in interface IEIDHelper
Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.