Dear Mateusz, I was not clear enough. what I would need is exporting every single vertex to a single point feature in a SHP.
If I am quessing, I can just define in OGR2OGR -NLT POINT and I will point objects of every single vertex? How do I fill in the atribute Z value for every single exported point feature? Thanks! Dejan On Mon, Aug 11, 2008 at 3:45 PM, Mateusz Loskot <[EMAIL PROTECTED]> wrote: > D wrote: > >> Hi, >> >> I would like to export vertices from a 3D Geometry from Oracle Spatial >> (11g) >> into an 2D ESRI Shapefile with a field "Z" that comes from the the 3D SDO >> geometry. >> >> Is is possible to do this using GDAL tools? >> > > Dejan, > > You can use ogr2ogr utility with option -nlt, see this: > > http://gdal.org/ogr/ogr2ogr.html > > Best regards > -- > Mateusz Loskot, http://mateusz.loskot.net > Charter Member of OSGeo, http://osgeo.org >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
