Does anyone have ideas?
I have to work with many DXF files and the files containing these elements like
"AcDbEllipse" or "AcDbCircle".
In OpenJUMP I can not see or edit them.
who can help?
OpenJUMP dxf driver stick to a very old format specification and interpret only basic shapes.
If you have circles or ellipses in your file, you are out of luck.
Maybe a converter able to convert from recent format specification to old format will be
able to discretize your shapes into LineString/Polygon.
Maybe you could try http://www.opendesign.com/guestfiles/TeighaFileConverter
(I had used a previous version, but I can't remember if it does this particular job)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OpenJUMP dxf driver stick to a very old format specification and interpret only basic shapes.
If you have circles or ellipses in your file, you are out of luck.
Maybe a converter able to convert from recent format specification to old format will be
able to discretize your shapes into LineString/Polygon.
Maybe you could try http://www.opendesign.com/guestfiles/TeighaFileConverter
(I had used a previous version, but I can't remember if it does this particular job)
Status: open Labels: Extension of construction Created: Tue Jun 02, 2015 04:43 PM UTC by Bernd Wehle Last Updated: Tue Jun 02, 2015 04:43 PM UTC Owner: nobody
Does anyone have ideas?
I have to work with many DXF files and the files containing these elements like
"AcDbEllipse" or "AcDbCircle".
In OpenJUMP I can not see or edit them.
who can help?
thanks for the tip to using teigha-tools.
I have tested:
This tools can splitting circles or ellipses into linestrings with ascii-dfx-versions between R09 and R12. Binary dxf is not tested.
In R14 and above exist no splitting and this features are not imported into openjump.
This is a good usable temporary solution, but not the real aim.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks for the tip to using teigha-tools.
I have tested:
This tools can splitting circles or ellipses into linestrings with ascii-dfx-versions between R09 and R12. Binary dxf is not tested.
In R14 and above exist no splitting and this features are not imported into openjump.
This is a good usable temporary solution, but not the real aim.
Status: open Labels: Extension of construction Created: Tue Jun 02, 2015 04:43 PM UTC by Bernd Wehle Last Updated: Tue Jun 02, 2015 08:19 PM UTC Owner: nobody
Does anyone have ideas?
I have to work with many DXF files and the files containing these elements like
"AcDbEllipse" or "AcDbCircle".
In OpenJUMP I can not see or edit them.
who can help?
yes, ogr2ogr works too.
But ogr2ogr is a little bit cryptical for individual cases.
This works perfectly in a batch, with any data-formates like shapes, postgis, dxf, esri-filegeodatabase and so on and can split dxf-curves into lines.
We use it periodically to
write from postgis into esri-filegeodatabase or
cataloging specific areas of dxf into postgis or
write multiple layers from esri-filegeodatabase into postgis-database-layers
and many others.
I doubt if this problem can be solved.
Not all oj-users can work with a PostGIS database.
And i have not checked "ogr2ogr from_dxf to_dxf".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OpenJUMP dxf driver stick to a very old format specification and interpret only basic shapes.
If you have circles or ellipses in your file, you are out of luck.
Maybe a converter able to convert from recent format specification to old format will be
able to discretize your shapes into LineString/Polygon.
Maybe you could try
http://www.opendesign.com/guestfiles/TeighaFileConverter
(I had used a previous version, but I can't remember if it does this particular job)
how about converting w/ gdal's ogr2ogr first?
..ede
On 02.06.2015 21:15, michael michaud wrote:
Related
Feature Requests: #223
ogr2ogr is also a good idea,
you have also another dxf driver for OpenJUMP mentioned here
http://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP#Other_Dataformats
if you find a solution, maybe you could report your experience somewhere in the wiki.
thanks for the tip to using teigha-tools.
I have tested:
This tools can splitting circles or ellipses into linestrings with ascii-dfx-versions between R09 and R12. Binary dxf is not tested.
In R14 and above exist no splitting and this features are not imported into openjump.
This is a good usable temporary solution, but not the real aim.
and ogr2ogr? ..ede
On 04.06.2015 11:09, Bernd Wehle wrote:
Related
Feature Requests: #223
yes, ogr2ogr works too.
But ogr2ogr is a little bit cryptical for individual cases.
This works perfectly in a batch, with any data-formates like shapes, postgis, dxf, esri-filegeodatabase and so on and can split dxf-curves into lines.
We use it periodically to
and many others.
I doubt if this problem can be solved.
Not all oj-users can work with a PostGIS database.
And i have not checked "ogr2ogr from_dxf to_dxf".