| Package | com.esri.aws.services |
| Class | public class SpatialBuffer |
| Property | Defined 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 | ||
| bufferDistance | property |
public var bufferDistance:NumberThe 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".
| bufferUnits | property |
public var bufferUnits:StringThe units for the buffer zone. Valid values are "km" (kilometers) or "miles".
The default value is "miles".