Hi guys,
Have you any idea How can I use the geometry functions, as example I wanna substrat all the elements from a Feature Layer (points) that are inside an element from another featureLayer (Polygon) using the arcgis for server and arcgis api for JavavScript ?
https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript
Solved! Go to Solution.
The answer on this question is really obvious , just I did not read the documentation well,
that can be done using "Spatial Relationships" which is a method of the Query object
Query | API Reference | ArcGIS API for JavaScript 3.20
below is an example, also I have discovered the GeometryEngine
esri/geometry/geometryEngine | API Reference | ArcGIS API for JavaScript 3.20
The answer on this question is really obvious , just I did not read the documentation well,
that can be done using "Spatial Relationships" which is a method of the Query object
Query | API Reference | ArcGIS API for JavaScript 3.20
below is an example, also I have discovered the GeometryEngine
esri/geometry/geometryEngine | API Reference | ArcGIS API for JavaScript 3.20