<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi All,<br>
I am trying to check, if there is an overlap between two area featuretypes.Ex: LNDARE and OBSTRN. Actually in my dataset I have an overlap but my code pasted below is returning false value for overlap. Can anyone help me out. Here we are trying to code with
 C#.<br>
<br>
 <span style="background-color: rgb(255, 255, 153);">while  ((featLNDARE = layerLNDARE.GetNextFeature()) != null)<br>
           {<br>
               geomLNDARE = featLNDARE.GetGeometryRef();<br>
 while ((featOBSTRN = layerOBSTRN.GetNextFeature()) != null)<br>
               { <br>
 geomOBSTRN = featOBSTRN.GetGeometryRef();<br>
<br>
bool checkforoverlap=sub_geomLNDARE.Overlaps(sub_geomOBSTRN);<br>
}<br>
}<br>
</span><br>
<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">With Regards,<br>
Neelima Emmani<br>
GIS Developer<br>
Phone Number - 04039144487<br>
Mobile Number - 9490817875<br>
</div>
</div>
</div>
</body>
</html>