|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureCursorBuffer
Provides access to members that control the buffering of features.
Method Summary | |
---|---|
void |
buffer(IFeatureClassName pNewLocationName)
Buffers features to a new and existing feature class. |
IEnumGeometry |
getBufferedGeometry()
Enumerator of buffered features. |
void |
graphicsLayer(IGraphicsLayer pGraphicsLayer,
boolean selected)
Graphics layer of elements to buffer (overrides FeatureCursor). |
void |
setCancelTrackByRef(ITrackCancel rhs1)
TrackCancel used when buffering. |
void |
setDissolve(boolean rhs1)
Indicates if overlapping buffered features should be dissolved. |
void |
setFeatureCursorByRef(IFeatureCursor rhs1)
Feature cursor of features to buffer (overrides GraphicsLayer). |
void |
setFieldDistance(String rhs1)
Field specifying distance to buffer on. |
void |
setPolygonBufferType(int rhs1)
Indicates how to buffer polygon features. |
void |
setRingDistance(int numberOfRings,
double rhs2)
Multiple rings specifying distance to buffer on. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
Projection of buffered features. |
void |
setUnits(int mapUnits,
int rhs2)
Conversion units, from map units to buffer units. |
void |
setValueDistance(double rhs1)
Constant buffer distance. |
Method Detail |
---|
void setFeatureCursorByRef(IFeatureCursor rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void graphicsLayer(IGraphicsLayer pGraphicsLayer, boolean selected) throws IOException, AutomationException
pGraphicsLayer
- A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)selected
- The selected (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDissolve(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValueDistance(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldDistance(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRingDistance(int numberOfRings, double rhs2) throws IOException, AutomationException
numberOfRings
- The numberOfRings (in)rhs2
- The rhs2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(int mapUnits, int rhs2) throws IOException, AutomationException
mapUnits
- A com.esri.arcgis.system.esriUnits constant (in)rhs2
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolygonBufferType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.carto.esriBufferType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCancelTrackByRef(ITrackCancel rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGeometry getBufferedGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void buffer(IFeatureClassName pNewLocationName) throws IOException, AutomationException
pNewLocationName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
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 |