Draw multiple geometries

351
1
06-06-2019 11:39 AM
DevendraKhatri
New Contributor III

I want to draw multiple geometries [ point, poly-line, polygon ] on my feature layer and sync back , options to update and delete as well. Is it even possible to draw multiple geometries on feature layer and update all at once !

0 Kudos
1 Reply
GuntherHeppner
Esri Contributor

Hi Devendra,

Each FeatureLayer is backed by a FeatureTable and a FeatureTable can have only a single geometry type. So you will need a separate FeatureLayer for each geometry type.

Gunther

0 Kudos