ESRI.ArcGIS.ADF.ArcGISServer | |
BufferParameters Class Properties | |
See Also |
ESRI.ArcGIS.ADF.ArcGISServer Namespace : BufferParameters Class |
For a list of all members of this type, see BufferParameters members.
Name | Description | |
---|---|---|
BufferSpatialReference | The spatial reference in which the geometries are buffered. | |
Distances | The distances the input geometries are buffered. The distance units are specified by Unit. | |
Geometries | The geometries to be buffered. | |
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 geometries. |