ArcGIS Runtime SDK for WPF - Library Reference
BufferParameters Class Members
See Also  Properties 
ESRI.ArcGIS.Client.Tasks Namespace : BufferParameters Class


The following tables list the members exposed by BufferParameters.

Public Constructors

 NameDescription
public ConstructorBufferParameters Constructor  
Top

Public Properties

 NameDescription
public PropertyBufferSpatialReferenceThe spatial reference in which the geometries are buffered.  
public PropertyDistancesThe distances the input features are buffered. The distance units are specified by Unit.  
public PropertyFeaturesThe graphics to be buffered.  
public PropertyGeodesicIf 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.  
public PropertyOutSpatialReferenceThe spatial reference for the returned geometries.  
public PropertyUnionResultsIf 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.  
public PropertyUnitThe 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.  
Top

See Also

© ESRI, Inc. All Rights Reserved.