The Digital Aeronautical Flight Information File (DAFIF) is a collection of shapefiles that contains various aviation features such as Special Use Airspace, navaids, and airports. This data can be imported into the Aeronautical Information System (AIS) data model, and mapping information can be found in Mapping Information for DAFIF and AIS data models.
Importing DAFIF shapefiles
- 启动 ArcMap。
- If necessary, create a new geodatabase with the AIS schema using the Create Aviation Geodatabase geoprocessing tool.
- Add the Import DAFIF tool to a toolbar by doing the following.
- Click Customize > Customize Mode.
- Click the Commands tab.
- In the Categories list, click Aviation.
- Drag the Import DAFIF button
to the Aviation Data Management toolbar.
The command appears on the toolbar.
- 单击关闭。
- Click the browse button next to the Import Shapefiles (folder) text box.
- Browse to the directory that contains the shapefiles and click Select.
The Shapefiles to Import list is populated with the list of shapefiles that will be imported into the geodatabase. By default, all the shapefiles are selected for importing.
- Click the browse button next to Target Geodatabase.
- Browse to the geodatabase into which the data will be imported.
- Click OK.
The Import DAFIF Shapefiles Into AIS Geodatabase dialog box appears and displays the progress of the import process. Information reported includes the number of features transferred from each shapefile to the corresponding feature class.
- Click OK to close the progress dialog box.
Creating an AIRSPACEBOUNDARY feature class
The AIRSPACEBOUNDARY feature class must be manually created to fully ingest all of your DAFIF data. The following steps will help you create and archive this feature class.
- 启动 ArcMap。
- In the Catalog window, right-click the geodatabase in which you want to create the new feature class.
- 指向新建 > 要素类。
- Type AIRSPACEBOUNDARY for the Name field.
- Click the Type drop-down arrow and click Line Features.
- 单击下一步。
- 在坐标系窗口中导航至某个坐标系并单击它,或者单击导入或新建来指定坐标系。
- 单击下一步。
- You can type a different x,y tolerance, but the default should be sufficient.
The x,y domain is calculated based on the coordinate system you specified.
- 单击下一步。
- If you are creating the new annotation feature class in a file or enterprise geodatabase and you want to use a custom storage keyword, click Use configuration keyword and then choose the keyword you want to use from the drop-down list. If you don't want to use a custom storage keyword, leave the default.
- 单击下一步。
- Click Import if you want to add fields to the feature class.
- Browse to the BDYHP DAFIF shapefile and click Add.
- 单击完成。
- Right-click the AIRSPACEBOUNDARY feature class and click Manage > Register As Versioned.
This enables versioning on the new feature class.
- Right-click the AIRSPACEBOUNDARY feature class and click Manage > Enable Archiving.
The feature class is archived.
导入允许您从现有要素类或要素数据集中导入坐标系。
新建允许您创建新的坐标系。
选择坐标系之后,可以单击修改进行更改。
Updating AIS geodatabase features
The Import DAFIF tool is used to update features in an AIS geodatabase that were previously imported from DAFIF shapefiles. It uses the CLIENTKEY_ID field from each feature class to match the source field values in the input DAFIF shapefile features.
Matching features are updated based on the source DAFIF attribution and geometry. Additionally, non-matching features in the DAFIF shapefiles are appended to the receiving AIS feature class.
The Import DAFIF tool populates the SOURCE_TXT field found in AIS feature classes with information regarding the update status for the feature in the 'DAFIF'_CYCLE_DATE_'update status' format.
The tool log reports the details of DAFIF to AIS feature class data transfer and lists the total number of features transferred and counts for New, Updated, Unchanged and Marked for Delete.
You can save these as text files by clicking the Save Log button on the Import DAFIF dialog box.