Need to make a tool in ArcGis

668
1
02-15-2011 11:42 PM
NielsOudenes
New Contributor
For my graduade i have to make a tool for the railcompany (Prorail) here in Holland.
First thing they want is a tool where they can select all their input (CAD-drawings), and that ArcGis combine these drawings to one piece.

How do i have to do this? Is there a way to make this in ArcGis?

Thanks!
Tags (2)
0 Kudos
1 Reply
by Anonymous User
Not applicable
Yes you can do this but it's not straight forward.  There isn't a one-to-one relationship between cad drawings and GIS.  The cad drawings have to be broken into their components. Polylines, polygons, points, etc. You need to decide how you will want to use the imported data.

I have written a script that walks a folder of cad drawings and imports the polylines, points and polygons.  Then does a spatial or field common field join on the point and polygon feature classes to build another polygon feature class containing all the information.

Does this sound like what you want to do?
0 Kudos