Provides access to additional functions and configuration capabilities for the buffer generation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Buffer | Buffers features to a new and existing feature class. |
![]() |
BufferedGeometry | Enumerator of buffered features. |
![]() |
BufferSpatialReference | Specifies in which spatial reference system should be buffered. |
![]() |
BufferToGraphics | Buffers the selected features and stores them into a composite graphics layer. |
![]() |
CancelTrack | TrackCancel used when buffering. |
![]() |
DataFrameSpatialReference | Specifies the spatial reference system of the data frame. |
![]() |
Dissolve | Indicates if overlapping buffered features should be dissolved. |
![]() |
FeatureCursor | Feature cursor of features to buffer (overrides GraphicsLayer). |
![]() |
FieldDistance | Field specifying distance to buffer on. |
![]() |
GraphicsLayer2 | Graphics layer of elements to buffer (overrides FeatureCursor). |
![]() |
PolygonBufferType | Indicates how to buffer polygon features. |
![]() |
RingDistance | Multiple rings specifying distance to buffer on. |
![]() |
SourceSpatialReference | Specifies the spatial reference system of the source data (calls IFeatureCursorBuffer::SpatialReference()). |
![]() |
SpatialReference | Projection of buffered features. |
![]() |
TargetSpatialReference | Specifies the target spatial reference system. |
![]() |
Units | Conversion units, from map units to buffer units. |
![]() |
ValueDistance | Constant buffer distance. |
CoClasses that implement IFeatureCursorBuffer2
CoClasses and Classes | Description |
---|---|
FeatureCursorBuffer | A cursor for buffering features. |