require(["esri/tasks/geoenrichment/GeometryStudyArea"], function(GeometryStudyArea) { /* code goes here */ });
Description
Samples
Search for
samples that use this class.
Class hierarchy
esri/tasks/geoenrichment/StudyArea
|_esri/tasks/geoenrichment/GeometryStudyArea
Constructors
Properties
Methods
Constructor Details
Constructs a GeometryStudyArea
.
Sample: require([
"esri/dijit/geoenrichment/Infographic",
"esri/tasks/geoenrichment/GeometryStudyArea",
"esri/geometry/Point"
] ,function(InfoGraphic, GeometryStudyArea, Point){
var infographics = new Infographic({
...
studyArea: new GeometryStudyArea({ geometry: new Point(-120.44,34.95) }),
}, "infographics");
});
Property Details
Attributes of the study area.
The identifiers for layers used to find comparison geographies.
The geometry for this study area.
The options to apply to the study area.
If true, geometry will be returned.
Known values: true | false
Default value: false
Method Details
Converts object to its JSON representation.