How to Achieve Joining graphics through ArcGis Javascript SDK

2354
1
06-10-2015 04:22 AM
AshishIngle
New Contributor

Hi,

I am building app which uses the most of graphic drawing/editing/updating capability in ArcGis I have feature where I can join(Include/exclude) graphics from different objects like in link below which is already available in ArcGis Desktop version.

ArcGIS Joining Graphics

Also look at HTML5 canvas globalCompositeOperation HTML canvas globalCompositeOperation Property

Can we achieve this using ArcGis JavaScript API.

- Ashish

0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

Take a look at the geometryEngine, which has many methods (join, clip, intersect, etc) you can perform on the geometries.

0 Kudos