com.esri.arcgis.carto
Class IFeatureCursorBufferProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IFeatureCursorBufferProxy
All Implemented Interfaces:
IFeatureCursorBuffer, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the buffering of features.' 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 IFeatureCursorBufferProxy
extends com.esri.arcgis.interop.Dispatch
implements IFeatureCursorBuffer, 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.carto.IFeatureCursorBuffer
IID, IIDa2983336_7e7c_11d2_a084_0000f8775bf9
 
Constructor Summary
  IFeatureCursorBufferProxy()
          Deprecated. For internal use only
  IFeatureCursorBufferProxy(java.lang.Object obj)
          Deprecated.  
protected IFeatureCursorBufferProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IFeatureCursorBufferProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IFeatureCursorBufferProxy(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.  
 void buffer(IFeatureClassName pNewLocationName)
          Deprecated. Buffers features to a new and existing feature class.
 IEnumGeometry getBufferedGeometry()
          Deprecated. Enumerator of buffered features.
 void graphicsLayer(IGraphicsLayer pGraphicsLayer, boolean selected)
          Deprecated. Graphics layer of elements to buffer (overrides FeatureCursor).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCancelTrackByRef(ITrackCancel rhs1)
          Deprecated. TrackCancel used when buffering.
 void setDissolve(boolean rhs1)
          Deprecated. Indicates if overlapping buffered features should be dissolved.
 void setFeatureCursorByRef(IFeatureCursor rhs1)
          Deprecated. Feature cursor of features to buffer (overrides GraphicsLayer).
 void setFieldDistance(java.lang.String rhs1)
          Deprecated. Field specifying distance to buffer on.
 void setPolygonBufferType(int rhs1)
          Deprecated. Indicates how to buffer polygon features.
 void setRingDistance(int numberOfRings, double rhs2)
          Deprecated. Multiple rings specifying distance to buffer on.
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Projection of buffered features.
 void setUnits(int mapUnits, int rhs2)
          Deprecated. Conversion units, from map units to buffer units.
 void setValueDistance(double rhs1)
          Deprecated. Constant buffer distance.
 
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

IFeatureCursorBufferProxy

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

IFeatureCursorBufferProxy

public IFeatureCursorBufferProxy()
Deprecated. 
For internal use only


IFeatureCursorBufferProxy

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

IFeatureCursorBufferProxy

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

IFeatureCursorBufferProxy

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

setFeatureCursorByRef

public void setFeatureCursorByRef(IFeatureCursor rhs1)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Feature cursor of features to buffer (overrides GraphicsLayer).

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

graphicsLayer

public void graphicsLayer(IGraphicsLayer pGraphicsLayer,
                          boolean selected)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Graphics layer of elements to buffer (overrides FeatureCursor).

Specified by:
graphicsLayer in interface IFeatureCursorBuffer
Parameters:
pGraphicsLayer - A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)
selected - The selected (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDissolve

public void setDissolve(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if overlapping buffered features should be dissolved.

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

setValueDistance

public void setValueDistance(double rhs1)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Constant buffer distance.

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

setFieldDistance

public void setFieldDistance(java.lang.String rhs1)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Field specifying distance to buffer on.

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

setRingDistance

public void setRingDistance(int numberOfRings,
                            double rhs2)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Multiple rings specifying distance to buffer on.

Specified by:
setRingDistance in interface IFeatureCursorBuffer
Parameters:
numberOfRings - The numberOfRings (in)
rhs2 - The rhs2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

public void setSpatialReferenceByRef(ISpatialReference rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Projection of buffered features.

Specified by:
setSpatialReferenceByRef in interface IFeatureCursorBuffer
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.

setUnits

public void setUnits(int mapUnits,
                     int rhs2)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Conversion units, from map units to buffer units.

Specified by:
setUnits in interface IFeatureCursorBuffer
Parameters:
mapUnits - A com.esri.arcgis.system.esriUnits constant (in)
rhs2 - 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.

setPolygonBufferType

public void setPolygonBufferType(int rhs1)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates how to buffer polygon features.

Specified by:
setPolygonBufferType in interface IFeatureCursorBuffer
Parameters:
rhs1 - A com.esri.arcgis.carto.esriBufferType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCancelTrackByRef

public void setCancelTrackByRef(ITrackCancel rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
TrackCancel used when buffering.

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

getBufferedGeometry

public IEnumGeometry getBufferedGeometry()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Enumerator of buffered features.

Specified by:
getBufferedGeometry in interface IFeatureCursorBuffer
Returns:
A reference to a com.esri.arcgis.geometry.IEnumGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

buffer

public void buffer(IFeatureClassName pNewLocationName)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Buffers features to a new and existing feature class.

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