dojo.require("esri.tasks.geoenrichment.RingBuffer");
Description
(Added at v3.6)
The study area is created with a simple ring buffer with a radius. To be used in favor of the
studyAreaOptions
property in the
Infographic class.
Samples
Search for
samples that use this class.
Constructors
Properties
Constructor Details
Constructs a RingBuffer
.
Parameters:
<Object > params |
Required |
Various optional parameters that can be used to configure this class. |
params
properties:
<Number[] > radii |
Required |
The radii to use to create ring buffers |
<String > units |
Required |
The units of the radii. |
Sample: var infographics = new esri.dijit.geoenrichment.Infographic({
...
studyAreaOptions: new esri.tasks.geoenrichment.RingBuffer({radii: [ 2 ], units: "esriMiles"})
}, "infographics");
Property Details
The radii to use to create ring buffers.
The units of the radii. See
Units for a list of valid values.