<div dir="ltr">3D engine doesn't like hole in a polygone. <div style="text-align:justify"> A way to render such polygon is to link the outer ring and the inner ring. (But it's better to use tesselation.)</div><div style="text-align:justify">
<br></div><div style="text-align:justify">for example if you have a rectangle ABCD and a triangle describing the hole ( EFG) , you can create a polygone ABCDAEFGA</div><div style="text-align:justify"><br></div><div style="text-align:justify">
It's how I understand the question. I don't think you will find such function in GEOS (or JTS)</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/20 Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le lundi 20 janvier 2014 21:27:18, agerrius a écrit :<br>
> Hi all,<br>
><br>
> Does OGR have any build in functionality to convert features with holes<br>
> into features without holes? I don't mean delete the inner rings, but<br>
> change the geometry so that it covers the same area with only the outer<br>
> ring.<br>
<br>
I'm afraid not to understand what you mean. What is the difference between<br>
deleting inner rings and "changing the geometry so that it covers the same<br>
area with only the outer ring" ?<br>
<br>
There's no one-line invocation for such functionnality. But it can be done<br>
with the OGR API and a few dozains lines of code.<br>
<br>
><br>
> I know GlobalMapper has such a function, but it would be useful if I could<br>
> perform it in my code directly with the OGR library.<br>
><br>
> Thanks,<br>
><br>
> Arno<br>
><br>
><br>
<span class="HOEnZb"><font color="#888888">><br>
> --<br>
> View this message in context:<br>
> <a href="http://osgeo-org.1560.x6.nabble.com/OGR-functionality-to-remove-holes-tp50" target="_blank">http://osgeo-org.1560.x6.nabble.com/OGR-functionality-to-remove-holes-tp50</a><br>
> 99099.html Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
> _______________________________________________<br>
> gdal-dev mailing list<br>
> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</font></span></blockquote></div><br></div></div>