AutoCAD Map 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello, colleagues!
How can to export my SDF file to ESRI Shape file? In AutoCAD Map menu have a commands, but those works only for drawing objects. Have any way to export SDF to Shape?
Thanks all? who can help me!
Solved! Go to Solution.
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
two options:
- use _MAPIMPORT (>>>details<<<) to import the SDF-file (don't forget to import the attributive data to objectdata .... and then use command _MAPEXPORT (>>>details<<<) to create a SHP.
- use _MAPCONNECT to get the SDF referenced into your drawing. Then create an empty SHP +the structure for it (using schema-creation functionality(>>>details<<<)). When this part is finished you can use bulk-copy (>>>details<<<) to transfer the content from SDF to SHP.
Good luck, - alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thank you very much!
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi!
I tried to copy from SDF to SHP, but I can't. When I can't apply Bulk copy command? What problem must be?
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
A SDF file can contain point, line and polygon features all in the same dwg. Most likey your SDF is set up as multiple type features. You might want to try FDO2FDO from SL-King its a little more forgiving.
http://www.sl-king.com/fdo2fdo/fdo2fdo.html
Supportting the troops daily.
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks, Murph! I will try...
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Murph, thanks, it works goog, I have exported and finished sucsessfully. But it don't exports coordinate systems informations. How can I solve this problem. Did you used FDO2FDO?
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
the coordinate system is stored in a separate PRJ-file (same name like SHP, DBF, SHX, but other extension).
If you don't have that file and you need it, create an empty shape winthin a drawing with assigned coord-sys, that will also create a PRJ-file then. Use this file and rename it to the name of your SHP-data.
To the above message: I have seen that also when converting an SDF or SQLite to a SHP even when the sources where set to a single geometrytype (POLYGON) and not multiple-geom-types.
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thank you, Alfred.
Re: Export to Shape
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
But I want to know, is it that I did wrong anything in AutoCAd Map while exporting?


