Georeferencing CAD files in ArcMap?

For future reference, it helps to add as much relevant information to your question as possible in order to obtain the best answer. In this case, something that would be useful is to say what projection you think your CAD file should be in, and possibly give a screenshot of the coordinates you are seeing when you have loaded the CAD file into ArcGIS.

You have a few options to ensure that your CAD data will line up with other data you may add. Both of these involve defining a projection for your CAD drawing, without editing the drawing itself.

  1. If you know the features in the CAD drawing are already in a projected coordinate system, you may simply define the projection for the dataset. Here is the Help document describing that process: Defining a coordinate system for a CAD dataset.
  2. If you know the CAD features are not in a projected coordinate system, but want to define a projection for the drawing anyway, thus enabling it to be projected on-the-fly in ArcGIS, then here is the procedure to Create a custom projection file in ArcMap to align CAD data.
  3. If instead of creating a custom projection for your CAD data, but instead want to georeference your CAD file, which creates a .wld file with parameters to shift, scale and rotate your drawing, you will want to use the following help file: Georeferencing a CAD dataset

The reason that I have focused on locating the CAD file with reference to your other data as opposed to converting data from CAD to a different GIS format is the time savings involved. It is a lot faster to define the projection, or georeference your CAD dataset once, knowing that any data you convert out of that drawing will then carry along that projection information, rather than leaving the CAD file as it stands, then having to define the spatial reference separately of each dataset you export from the CAD file.

To complete the process of converting to a shapefile, you would then do the following:

Use the various tools for importing CAD data to convert features from your CAD drawing to a shapefile or any other desired GIS format. This help file contains links to the various options: Importing CAD data
At the time you perform the import, you will have the option of keeping the data in the coordinate system of your CAD file, or using the coordinate system of the Data frame, or the Feature Dataset you are importing the data into.


Use Spatial Adjustment but you will have to import DWG/DXF to an editable data format first (Shapefiles or and geodatabase features classes).
Personally I would also obtain some data which you can use for geographical reference; road intersections, geodetic "survey" markers.

Are you sure the DWG/DXF file is not projected to a coordinate system already? Have you tried projection on-the-fly? Add existing projected data to the map (this will set the data frame coordinate system) then add the drawing. With some files if I add the drawing first, ArcMap doesn't know what to do with it bit it does if the data frame is set to the correct coordinate system. I get a variety of drawings from many different sources and they all behave differently. Some are projected, some have obscure local coordinate systems that surveyors use, some are not projected, some are 3D, others are a combination of 2D and 3D. Really depends on where it came from. Good luck


If you have access to autocad map. I would suggest that method over the method proposed.
Autocad map can output vector data to several gis formats.
I also use it by setting up a drawing base file which I use the fdo interface to view one or more shape files with known projection.
I then query in the dwg that I want to geo-reference. This allows me to move, scale, & rotate that data to match the known crs.
Autocad map can then output any portion or all of the data to shape file.

EDIT: It does look like your dwg files were created in a coordinate system (as noted in the comment).
1. What I would do at this point is collect on data set (that overlays the same area as your dwgs) that has a known crs.
2. Double check it with other data to make sure it is indeed a correct known crs.
3. go to arccatalog and select one dwg (right click).
4. go to properties and assign a crs (I am guessing those coords look like a utm meters crs - you will have to pick the zone).
5. load the (now projected) dwg and the know crs data set into an arcmap session together.
Background
by selecting the dwg and setting the projection you create (only for arcmap) a prj file for the dwg.
This does not change the coordinates - it only changes where arcmap thinks those coordinates are.
when you add data to arcmap the first dataset added will "set" the crs for the dataframe(in the document). You can always go to the dataframe (ussually called layers) properties and change it to something else.
If at this point you have data that lines up you have successfully guessed which crs your data is in (note that if you guess the utm zone other dwgs could cross into the next zone)
Now you should have the concept.
So a more simple method once you understand that is...
1. load a known crs dataset into arcmap.
2. load an unknown crs dataset into arcmap. 3. go to the layer dataframe properties and change the crs to the system you think the unknon dataset is in. If the data lines up you have just proven that unprojected data is lying in the projection you guessed.
more background
you need to understand that setting the projection for a datset by telling arcatalog what that projection is "Doesn't" change any coordinates in the data. It only tells arcmap how to project it when it is put with other data or shown in a secondary projection.
This applies to foriegn data (autocad dwg, microstation dgn, or other datatypes) also.
After you have the projection issue figured out there are several ways to get that data into esri format. (Decide shape, fgdb, sde, csv or other)