This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstructionProperties2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control whether buffering is done on a plane or on an ellipsoid.
Description | ||
---|---|---|
BufferProgress | Report the progress of a buffer operation via this callback interface. | |
DensifyDeviation | For planar buffering, the max dist. between a line connecting two buffer curve points and the true curve (defaults to -1, indicating 1000 * xy tol of sr of input geoms ). For geodesic buffering default to 10 meters. | |
DistanceOffsets | Constructs concentric buffers at the base distance plus each distance offset. | |
EndOption | Specifies the shape of the end caps of polyline buffers; defaults to 'esriBufferRound'. | |
ExplodeBuffers | Specifies whether or not output buffers can have multiple outer rings (defaut is false). | |
GenerateCurves | Specifies whether sequences of curve points are replaced with true curves in the output buffers (default is true). | |
OutsideOnly | Excludes the inside of the input polygon from the output buffer (default=false). | |
SideOption | Specifies on which side of a polyline its buffer is constructed; defaults to 'esriBufferFull' (both sides). | |
UnionOverlappingBuffers | Specifies whether or not overlaps are preserved in the set of output buffers (default is false). | |
Unit | The unit of measure used for the buffering distance and densification deviation distance (optional, default units are obtained from spatial reference of input geometries). | |
UseGeodesicBuffering | Specifies whether planar or geodesic (on an ellipsoid) buffering is done. |
Interfaces | Description |
---|---|
IBufferConstructionProperties | Provides access to members that control how sets of geometries are buffered. |
CoClasses and Classes | Description |
---|---|
BufferConstruction | Buffers collections of lines or collections of polygons. |