dojo.require("esri.tasks.geoenrichment.GeometryStudyArea");
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:
var infographics = new esri.dijit.geoenrichment.Infographic({
...
studyArea: new esri.tasks.geoenrichment.GeometryStudyArea({
geometry: new esri.geometry.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.