Skip to main content
Question

CAD To GIS outputs 7 polylines?

  • October 30, 2013
  • 3 replies
  • 56 views

Forum|alt.badge.img
When I am converting from CAD to a Shapefile ALL my lines when imported into GIS go from one in autocad to 7 in ArcMap? I am using Stringsearcher and StringConcatenator to parse out attributes in the layer name with Regex but that is it. Any ideas? Thank you
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • October 30, 2013
Hi,

 

To which geometry type are you setting the writer feature type?

 

what is the FME geometry type of your input feature? As far as I know shapes can't deal with some cad geometries (paths for example) and converts it into it sown representation.

 

hope this helps,

 

 

itay

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • October 31, 2013
Maybe it is a lwpolyline matter in Autocad?

 

U can convertpoly to set it right.

 

 

I do assume u are converting trough FME?

 

Because i dont think Autocad mapexport function makes an issue of that

 

 

Or maybe they were arcs or splines? And get converted to lines when u write to shapepolyline?

Forum|alt.badge.img
  • Author
  • October 31, 2013
I have the geometry set to geodb_polyline for output and default for reader.. And i am converting thru FME. And still have not a clue?