ESRI.ArcGIS.ADF.ArcGISServer
BufferParameters Class Members
See Also  Properties 
ESRI.ArcGIS.ADF.ArcGISServer 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 geometries are buffered. The distance units are specified by Unit.  
Public PropertyGeometries The geometries to be buffered.  
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 geometries.  
Top

See Also

© 2010 All Rights Reserved.