Re: [gdal-dev] Removing Dangle lines in shape files

2013-01-16 Thread Chaitanya kumar CH
Siva,
Is your code working? If not, what were the errors?


On Wed, Jan 16, 2013 at 1:17 PM, SIVA RAMA KRISHNA
wrote:

> Dear All,
>
> I am Trying to remove Dangle Lines from a shape file containing
> OGRLineString (polyline).I am thinking that if a line(2),line(3),line(4)
> crosses a another line(1) detecting  the point of intersection and
> removing  the part beyond line1 . I am employing following code and
> attaching it.
>
>
> Any suggestion is highly  appreciated
>
> with Regards
>



-- 
Best regards,
Chaitanya kumar CH.

+91-9494447584
17.2416N 80.1426E
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Removing Dangle lines in shape files

2013-01-15 Thread SIVA RAMA KRISHNA
Dear All,

I am Trying to remove Dangle Lines from a shape file containing
OGRLineString (polyline).I am thinking that if a line(2),line(3),line(4)
crosses a another line(1) detecting  the point of intersection and
removing  the part beyond line1 . I am employing following code and
attaching it.


Any suggestion is highly  appreciated

with Regards


rmg_dangles.odt
Description: application/vnd.oasis.opendocument.text
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev