Packagecom.esri.aws.services
Classpublic class SpatialBuffer

The size of the zone around an input geometry in which to search for results. Input request for Spatial Query.



Public Properties
 PropertyDefined by
  bufferDistance : Number
The distance of the buffer zone as measured from the edge of the input geometry (point, line, or polygon).
SpatialBuffer
  bufferUnits : String
The units for the buffer zone.
SpatialBuffer
Property detail
bufferDistanceproperty
public var bufferDistance:Number

The distance of the buffer zone as measured from the edge of the input geometry (point, line, or polygon). To search only within your input polygon, set the value to almost 0 (for example, "0.000001")

The default value is "none".

bufferUnitsproperty 
public var bufferUnits:String

The units for the buffer zone. Valid values are "km" (kilometers) or "miles".

The default value is "miles".