ThinkGeo.com    |     Documentation    |     Premium Support

Orientation and number of vertex in the buffer

kindly guide me how to count number of veretx in the buffer. i.e. if we create a buffer around a point.now we want to know the number of veretx comes within the buffer and save them in a list(collection). 


 


second question is , takes only those vertex towards an orientation of thrid point. 


 


is there any method to know the orientation the point ?


 


 



Thanks for your question!


When you Buffer a PointShape you get a MultipolygonShape that has a collection of Vertices that you could loop through:


You will need some sort of heading or angle value to determine the points orientation. Check out this FAQ and sample application for some addition insight:

wiki.thinkgeo.com/wiki/Map_S...heading.3F