com.esri.arcgis.carto
Class IFeatureCursorBuffer2Proxy

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

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

Description: 'Provides access to additional functions and configuration capabilities for the buffer generation.' 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 IFeatureCursorBuffer2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IFeatureCursorBuffer2, 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.IFeatureCursorBuffer2
IID, IID7df13f3f_39b7_41c4_80e3_aa7d16f46d57
 
Constructor Summary
  IFeatureCursorBuffer2Proxy()
          Deprecated. For internal use only
  IFeatureCursorBuffer2Proxy(java.lang.Object obj)
          Deprecated.  
protected IFeatureCursorBuffer2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IFeatureCursorBuffer2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IFeatureCursorBuffer2Proxy(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.
 void bufferToGraphics(ICompositeGraphicsLayer pCompositeGraphicsLayer)
          Deprecated. Buffers the selected features and stores them into a composite graphics layer.
 IEnumGeometry getBufferedGeometry()
          Deprecated. Enumerator of buffered features.
 void graphicsLayer2(IGraphicsLayer pGraphicsLayer, boolean selected, int[] pSelectedElements, boolean[] bHasPolygons)
          Deprecated. Graphics layer of elements to buffer (overrides FeatureCursor).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBufferSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Specifies in which spatial reference system should be buffered.
 void setCancelTrackByRef(ITrackCancel rhs1)
          Deprecated. TrackCancel used when buffering.
 void setDataFrameSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Specifies the spatial reference system of the data frame.
 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 setSourceSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Specifies the spatial reference system of the source data (calls IFeatureCursorBuffer::SpatialReference()).
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Projection of buffered features.
 void setTargetSpatialReferenceByRef(ISpatialReference rhs1)
          Deprecated. Specifies the target spatial reference system.
 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

IFeatureCursorBuffer2Proxy

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

IFeatureCursorBuffer2Proxy

public IFeatureCursorBuffer2Proxy()
Deprecated. 
For internal use only


IFeatureCursorBuffer2Proxy

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

IFeatureCursorBuffer2Proxy

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

IFeatureCursorBuffer2Proxy

protected IFeatureCursorBuffer2Proxy(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 IFeatureCursorBuffer2
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.

graphicsLayer2

public void graphicsLayer2(IGraphicsLayer pGraphicsLayer,
                           boolean selected,
                           int[] pSelectedElements,
                           boolean[] bHasPolygons)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Graphics layer of elements to buffer (overrides FeatureCursor).

Specified by:
graphicsLayer2 in interface IFeatureCursorBuffer2
Parameters:
pGraphicsLayer - A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)
selected - The selected (in)
pSelectedElements - The pSelectedElements (out: use single element array)
bHasPolygons - The bHasPolygons (out: use single element array)
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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 IFeatureCursorBuffer2
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.

bufferToGraphics

public void bufferToGraphics(ICompositeGraphicsLayer pCompositeGraphicsLayer)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Buffers the selected features and stores them into a composite graphics layer.

Specified by:
bufferToGraphics in interface IFeatureCursorBuffer2
Parameters:
pCompositeGraphicsLayer - A reference to a com.esri.arcgis.carto.ICompositeGraphicsLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceSpatialReferenceByRef

public void setSourceSpatialReferenceByRef(ISpatialReference rhs1)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Specifies the spatial reference system of the source data (calls IFeatureCursorBuffer::SpatialReference()).

Specified by:
setSourceSpatialReferenceByRef in interface IFeatureCursorBuffer2
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.

setBufferSpatialReferenceByRef

public void setBufferSpatialReferenceByRef(ISpatialReference rhs1)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Specifies in which spatial reference system should be buffered.

Specified by:
setBufferSpatialReferenceByRef in interface IFeatureCursorBuffer2
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.

setTargetSpatialReferenceByRef

public void setTargetSpatialReferenceByRef(ISpatialReference rhs1)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Specifies the target spatial reference system.

Specified by:
setTargetSpatialReferenceByRef in interface IFeatureCursorBuffer2
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.

setDataFrameSpatialReferenceByRef

public void setDataFrameSpatialReferenceByRef(ISpatialReference rhs1)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Specifies the spatial reference system of the data frame.

Specified by:
setDataFrameSpatialReferenceByRef in interface IFeatureCursorBuffer2
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.