rawcofe, This DXF driver is a part of the OGR library which comes with the GDAL library. To use it you have to import the whole OGR library. When you create code for import/export of data from a different format using OGR, it can import/export from all the formats supported by OGR [1].
OpenJUMP doesn't use GDAL. However, a plugin to use GDAL/OGR for import/export of data could be very helpful. GDAL/OGR has java interface [2]. First, checkout the ogr utilities [3]. [1]: http://www.gdal.org/ogr/ogr_formats.html [2]: http://trac.osgeo.org/gdal/wiki/GdalOgrInJava [3]: http://www.gdal.org/ogr_utilities.html On Wed, Aug 17, 2011 at 6:28 PM, rawcofe <[email protected]> wrote: > Hello, > > I'm wondering is it possible to use ogr dxf driver for exporting features > as > blocks in DXF format from Kosmo which is built on OpenJUMP framework? I > have > read (http://www.gdal.org/ogr/drv_dxf.html) that ogr dxf driver supports > reading and writing of DXF blocks. Is the DXF driver completely functional > considering block export and can be used with OpenJUMP as is or it requires > a considerable amount of development effort to implement? Where can I > download this driver and does it have some licensing issues if I try to > integrate it with Kosmo? > > Thank you for your help, > rawcofe > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/Using-GDAL-OGR-DXF-driver-to-export-complex-DXF-Blocks-from-Kosmo-OpenJUMP-tp6695304p6695304.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
