Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/opsdashboard
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
require(["esri/tasks/geoenrichment/RingBuffer"], function(RingBuffer) { /* code goes here */ });
studyAreaOptions property in the Infographic class.| Name | Summary |
|---|---|
| new RingBuffer(params) | Constructs a RingBuffer. |
| Name | Type | Summary |
|---|---|---|
| radii | Number[] | The radii to use to create ring buffers. |
| units | String | The units of the radii. |
RingBuffer.<> params |
Required | Various optional parameters that can be used to configure this class. |
params properties: <> radii |
Required | The radii to use to create ring buffers |
<> units |
Required | The units of the radii. |
require(["esri/dijit/geoenrichment/Infographic", "esri/tasks/geoenrichment/RingBuffer", ... ], function(Infographic, RingBuffer, ... ){
var infographics = new Infographic({
...
studyAreaOptions: new RingBuffer({radii: [ 2 ], units: "esriMiles"})
}, "infographics");
});Number[]> radii