I have a very large coastline dataset that I need to buffer and I was wondering what the best option for the best perfomance would be. This is for both an feature class in an enterprise geodatabase and a hosted feature layer. I was thinking specifically about the number of vertices that need to be drawn that would affect the performance.
The options I have are as follows:
- Option A - Non-overlapping (rings) - Outside Polygons Only
- Option B - Non-overlapping (rings)
- Option C - Overlapping (discs) - Outside Polygons Only
- Option D - Overlapping (discs)
Thanks very much.