ArcGIS API for Silverlight - Library Reference
BufferParameters Class Members
See Also  Properties  Send comments on this topic
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 PropertyBufferSpatialReference The spatial reference in which the geometries are buffered.  
public PropertyDistances The distances the input features are buffered. The distance units are specified by Unit.  
public PropertyFeatures The graphics to be buffered.  
public PropertyGeodesic 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.  
public PropertyOutSpatialReference The spatial reference for the returned geometries.  
public PropertyUnionResults 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.  
public PropertyUnit 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.  
Top

See Also

© ESRI, Inc. All Rights Reserved.