Not sure how to get other features
I've got a workflow now that retrieves and selects geometries based on a column value. What I need is to be able to identify the overlapping spatial polygons from another layer. Easy to do in ESRI ArcMap with the Spatial Join tool, but I would like a workflow to select the polygons and spit out the results either in an export or a report.
Jeff
-
I would run the Union activity based on the geometries of your query, then use the output of the union to do a query on the other layer. This will return a featureset with features from your "other" layer that fall within the geometry of your initial query. You can then do a featureset/data table conversion, then a datatable/excel spreadsheet conversion that you can then create a temp file from and download from the site's virtual directory.
0 -
Is there an example or something similar in the Code Gallery?
0 -
Hi Jeff,
The "Multi Layer with Map" code gallery sample shows the querying by a geometry and generation of a dataset containing multiple datatables. It would be a good start.
See https://support.geocortex.com/using-a-workflow-to-generate-a-multi-layer-report-with-map-1
regards,
Edmond
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare