<div dir="ltr">Siva,<div><br></div><div style>If you want to remove features with duplicate centroids, it is not safe to use the spatial filter directly. A centroid may lie outside the geometry.</div><div style><br></div><div style>
Make a duplicate layer using OGRDataSource::CopyLayer() and replace the geometry in each feature with its centroid. So, the duplicate layer will have all the corresponding centroids. Now you can loop through each feature in the original layer and then get coinciding points by applying a spatial filter on the duplicate layer.</div>
<div style><br></div><div style>Let us know how it went.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 20, 2013 at 12:04 PM, SIVA RAMA KRISHNA <span dir="ltr"><<a href="mailto:s.r.kriishna@gmail.com" target="_blank">s.r.kriishna@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Chaitanya,<br>  Fine i got your point .I wanted to know when do different  features have same centroids for  removing duplicate centriods<br>
<br>   With Regards               <br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br>Chaitanya kumar CH.<br><br>+91-9494447584<br>17.2416N 80.1426E
</div>