Select to view content in your preferred language

Clip using client side API

180
1
07-04-2024 06:07 AM
Muhammad_AzhaziqBin_Mohd_Azlan
New Contributor III

Hi,

Just wondering can we achieved the following Clip Analysis in ArcGIS Pro https://pro.arcgis.com/en/pro-app/3.1/tool-reference/analysis/clip.htm using Maps SDK for Javascript.

I did try to use the geometryEngine clip API but it only accept extent only which make the clip works for rectangle AOI polygon. If I used non-rectangle polygon I can't get a clip geometry based on my AOI polygon.

0 Kudos
1 Reply
JoelBennett
MVP Regular Contributor

Does geometryEngine.intersect not produce the results you're looking for?

0 Kudos