The following tables list the members exposed by BufferParameters.
Name | Description | |
---|---|---|
BufferParameters Constructor |
Name | Description | |
---|---|---|
BufferSpatialReference | The spatial reference in which the geometries are buffered. | |
Distances | The distances the input features are buffered. The distance units are specified by Unit. | |
Features | The graphics to be buffered. | |
Geodesic | If geometries are in geographic coordinate system, then geodesic needs to be set to true in order to generate a buffer polygon using a geodesic distance. bufferSR input parameter will be ignored when geodesic is set to true. | |
OutSpatialReference | The spatial reference for the returned geometries. | |
UnionResults | If true, all geometries buffered at a given distance are unioned into a single (possibly multipart) polygon, and the unioned geometry is returned. The default is false. | |
Unit | The units for calculating each buffer distance. If not specified, the units are derived from BufferSpatialReference. If BufferSpatialReference is not specified, the units are derived from the input features. |