[GIS] Cutting (Exporting) TIF images from WMS in ArcGIS 10 to use in AutoCad

arcgis-10.0autocad

The "ArcGIS for AutoCad" tool with WMS keeps giving FDO errors and is unreliable so we have procedure for putting cropped raster (TIF images) from ArcGIS into AutoCAD that has been used for years.
We do not use ArcGIS's export world file function since ArcGIS doesn't allow for precise specific rectangle exports in Data View. We do all exporting from ArcGIS in Layout View.

Basically will build a world file through several complex manual tasks in ArcGIS and AutoCAD. (i.e. shape ArcGIS's data frame to what is needed, write down coordinates from 2 corners of data frame in ArcGIS, draw a rectangle in AutoCAD based on these coordinates, insert the tif image, scale, etc.)

Just wondering if anyone knows of a better way to accomplish this?

Best Answer

AutoCAD LDD, Civil 3D, Land Map Desktop, etc, are all capable of interfacing with spatial data directly. If I'm understanding your question correctly, bringing in spatially referenced rasters and (shapefiles) is quite an easy process.

As I said, If you have a "Map Capable" version of CAD, just georeference this image in ArcGIS, and update the georeferencing (I suggest a refresh in Catalog just to be sure it takes hold). Then, open CAD and type "mapconnect" in the command line. The rest should be easy to figure out (from here you'll attach a raster image and you should see that option in the window that opens in CAD). When you route to your geotiff and add it, it will be to scale & proper location. You may have to select it and order it to the back (it usually covers the drawing layers that are present in the drawing). I am making the assumtion that you have a map capable version of CAD. If you need further explaination let me know.

This works the same with vector data. That command will also allow you to connect to shapefiles. The command "mapimport" does the same thing, but brings the data in as AutoCAD features with no attribution.