ThinkGeo.com    |     Documentation    |     Premium Support

Create a polygon from a collection of points

I have a collection of points and I need to create a polygon that encompasses the outermost boundary of the points.  Please see the attached picture for an idea of what I'm looking for.  Any ideas?  Thanks in advance.


Chad



I think I found what I was looking for.  There is a ConvexHull method on the MultipointShape class.  This is exactly what I'm looking for.


Chad



I am glad ConvexHull method is what you need. Also, this is a good idea for a Code Community project. Soon, we will publish a project showing a real world situation where ConvexHull is useful. 
 Thank you.