|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IFeatureCursorBufferProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IFeatureCursorBufferProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IFeatureCursorBufferProxy()
public IFeatureCursorBufferProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IFeatureCursorBufferProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IFeatureCursorBufferProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setFeatureCursorByRef(IFeatureCursor rhs1) throws java.io.IOException, AutomationException
setFeatureCursorByRef
in interface IFeatureCursorBuffer
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void graphicsLayer(IGraphicsLayer pGraphicsLayer, boolean selected) throws java.io.IOException, AutomationException
graphicsLayer
in interface IFeatureCursorBuffer
pGraphicsLayer
- A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)selected
- The selected (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDissolve(boolean rhs1) throws java.io.IOException, AutomationException
setDissolve
in interface IFeatureCursorBuffer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueDistance(double rhs1) throws java.io.IOException, AutomationException
setValueDistance
in interface IFeatureCursorBuffer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldDistance(java.lang.String rhs1) throws java.io.IOException, AutomationException
setFieldDistance
in interface IFeatureCursorBuffer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRingDistance(int numberOfRings, double rhs2) throws java.io.IOException, AutomationException
setRingDistance
in interface IFeatureCursorBuffer
numberOfRings
- The numberOfRings (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IFeatureCursorBuffer
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUnits(int mapUnits, int rhs2) throws java.io.IOException, AutomationException
setUnits
in interface IFeatureCursorBuffer
mapUnits
- A com.esri.arcgis.system.esriUnits constant (in)rhs2
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPolygonBufferType(int rhs1) throws java.io.IOException, AutomationException
setPolygonBufferType
in interface IFeatureCursorBuffer
rhs1
- A com.esri.arcgis.carto.esriBufferType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCancelTrackByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
setCancelTrackByRef
in interface IFeatureCursorBuffer
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGeometry getBufferedGeometry() throws java.io.IOException, AutomationException
getBufferedGeometry
in interface IFeatureCursorBuffer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void buffer(IFeatureClassName pNewLocationName) throws java.io.IOException, AutomationException
buffer
in interface IFeatureCursorBuffer
pNewLocationName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |