I want to convert a point feature to a polygon with some radius so that I can update a FeatureLayer.

681
1
06-14-2017 07:42 AM
TimDonovan
New Contributor

We wanted to combine point and polygons in one layer for display and performance reasons.  So I thought you could just convert the points to circles or polygon approximations and update the feature service with that information.  Is this possible?

0 Kudos
1 Reply
nita14
by
Occasional Contributor III

Dear Tim,

I am not sure what you are getting at, but I can confirm you can have only one type of geometry in a feature layer. As a result, you can not mix point and polygons in one feature class. However, you can store point with radius specified as an attribute value and then make use of geometry engines's buffer method. 

Hope this helps,

Adam

0 Kudos