geoStudyArea.options = new RingBuffer([3,5,7], RingBuffer.MILES);
var distance1:Number = 2 var distance2:Number = 4 var distance3:Number = 6 geoStudyArea.options = new RingBuffer([distance1, distance2, distance3], RingBuffer.MILES);
Like the Enrich method, the GeoEnrichment service has a single method to create reports for all types of study areas. You can use the studyAreas and studyAreasOptions parameters to produce reports for rings, drive-times service areas, custom polygons and standard geography features. The example below illustrates how you can create a 3, 5 and 7-minute service area buffer around a point and create a reportGeoEnrichment Example: Create a 1-3-5-minute drive-time service area and create a reportIn the GeoEnrichment service, the study area type can be defined in the studyAreasOptions parameter:Requesthttp://geoenrich.arcgis.com/arcgis/rest/services/World/GeoEnrichmentserver/GeoEnrichment/CreateReport?studyAreas=[{"geometry":{"x":-117.1956,"y":34.0572}}]&studyAreasOptions={"areaType":"DriveTimeBuffer","bufferUnits":"esriDriveTimeUnitsMinutes","bufferRadii":[3,5,7]}&report=dandi&f=bin&token=...
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.