- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 617字
- 2021-06-24 19:10:48
How to do it...
- Start ArcGIS Pro if you closed it at the end of the last recipe, and open the Using CAD Data.aprx project located in C:\Student\ArcGISProCookbook\Chapter2\Using CAD Data.
- In the Catalog pane, located on the right of the ArcGIS Pro interface, expand Folders by clicking the small arrowhead to the left of the word Folders.
- Expand the Chapter 2 folder so you can see its contents.
- Locate the Subdivision_NAD83.dwg file. It should have a blue icon with a compass on it.
CAD files will have one of three file extensions: DWG, DXF, or DGN. Like shapefiles and geodatabase feature classes, they too are vector data.
DWG is the native format for Autodesk’s AutoCAD-based product line. This includes AutoCAD, Map 3D, and Civil 3D. DWG files can also be created using other competitor applications, such as IntelliCAD or TurboCAD.
DXF files are also an AutoCAD format. They are used to share data with other CAD applications that do not natively use the DWG format.
DGN is the native format for Bentley’s Microstation product line. Microstation is the primary competitor to AutoCAD. In the United States, Microstation is used by the Department of Transportation and the Department of Defense.
As far as ArcGIS Pro is concerned, these files all work the same. So the workflow you will examine using a DWG file will also apply to DXF and DGN files.
- Expand the Subdivsion_NAD83.dwg file.
- Notice that the drawing file contains multiple feature classes, including Annotation, MultiPatch, Point, Polyline, and Polygon.
- Select the Subdivision_NAD83.dwg file. Drag and drop it into the Trippville map view.
- Right-click the Subdivision_NAD83-Polygon Group and select Zoom to Layer.
Your map should now look like the following image:

You have just added an entire AutoCAD drawing file to your map. The drawing file shows a new subdivision that is going to be built in the City of Trippville. Now you will explore the drawing you just added to the map.
You could have added the individual feature classes instead of the entire drawing. In general, it is best to only add the data you need to your map. Otherwise you can become overloaded with information.
- Expand the Subdivision_NAD83 – Polyline Group layer in the Contents pane.
Answer:
- Click the symbol located beneath the Parcels layer in the Polyline Group layer to open the Symbology pane.
- Make sure the Properties tab is selected in the Symbology pane.
- Click the drop-down arrow located next to Color and select Black. Then click Apply.
- Now change the line width from 1.5 to 1, and click Apply.
Even though DWG files are not native to ArcGIS Pro, you can still display them and adjust some of their properties.
- Close the Symbology pane.
- Click the Map tab in the ribbon and activate the Explore tool.
- Make sure the Parcels layer in the Polyline Group layer is still selected.
- Click the drop-down arrow below the Explore tool and select Selected in Contents:

- Click one of the lines in the Parcels layer in the map to open the informational window that displays information about the line you clicked:

As you can see, even though a drawing file is not in an Esri format, it also includes attribute data just like a shapefile or geodatabase feature class. In ArcGIS Pro, you can use these attributes just as you can those associated with data stored in an Esri format.
- If you are planning to continue on to the next recipe, save your project and keep ArcGIS Pro open. If you are not continuing, you should save your project and close ArcGIS Pro.
- 三維圖形化C++趣味編程
- 零基礎學Java(第4版)
- Clojure Reactive Programming
- Instant Nancy Web Development
- Python極簡講義:一本書入門數據分析與機器學習
- Mastering C++ Multithreading
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- 虛擬現實:引領未來的人機交互革命
- Python程序設計教程
- C語言從入門到精通(第5版)
- Isomorphic JavaScript Web Development
- Neo4j權威指南 (圖數據庫技術叢書)
- Tkinter GUI Application Development Blueprints
- SQL優化核心思想
- Hands-On Design Patterns with Kotlin