Creating Aeronautical feature-linked annotation feature classes

Valid Aeronautical annotation feature classes contain three fields in addition to the standard ArcGIS fields: MapId_Txt, IsVisible, and AnnoSizeChange. The MapId_Txt and IsVisible fields are required for aeronautical feature classes in general; AnnoSizeChange is annotation feature class-specific. The AnnoSizeChange field stores the difference in the annotation feature's font sizes from the specification size.

To make your aeronautical annotation feature classes valid, add the following three fields:

Field name

Data type

Default value

Domain

Length

MapId_Txt

Text

<Leave Blank>

<Leave Blank>

255

IsVisible

Short Integer

1

Code_Yes_No

N/A

AnnoSizeChange

Double

0

N/A

N/A

步骤:
  1. Start ArcMap or ArcCatalog.
    提示提示:

    If the ArcMap - Getting Started dialog box appears, you can open a new or existing map document. You can also check the Do not show this dialog box in the future check box and click Open.

  2. If you are in ArcMap, click the Catalog Window button Catalog 窗口 in the Standard toolbar.
  3. 在 Catalog 目录树中,右键单击要在其中创建新注记类的地理数据库。
  4. 指向新建 > 要素类
  5. 输入名称
  6. 单击类型下拉箭头,然后单击注记要素
  7. 单击下拉箭头,然后单击要与新注记要素类关联的要素类。该要素类必须与要创建的注记要素类位于同一个要素数据集中。并且之后将无法更改此属性。
  8. Click Next.
  9. 在坐标系窗口中导航至某个坐标系并单击它,或者单击导入新建来指定坐标系。
  10. 导入允许您从现有要素类或要素数据集中导入坐标系。

    新建允许您创建新的坐标系。

    选择坐标系之后,可以单击修改进行更改。

  11. Click Next.
  12. You can type a different x/y domain, but the default should be sufficient.

    The x/y domain is calculated based on the coordinate system you specified in step 6.

  13. Click Next.
  14. 输入参考比例尺。
  15. 该比例尺应等于注记正常显示时的比例尺。

  16. Click the Map Units drop-down arrow and choose the units in which your annotation will be stored. The units should match the units you specified for your coordinate system in step 6.
  17. Make sure all the check boxes are unchecked in the Editing Behavior area of the New Feature Class dialog box.
  18. Click the Label Engine drop-down and choose ESRI Maplex Label Engine.
  19. 要设置“需要从符号表中选择符号”选项,请参阅注记要素类编辑属性
  20. Click Next.
  21. 指定包含第一个注记类文本的关联要素类字段。可选择一个“标注字段”或单击表达式来指定多个字段。
  22. 为注记类设置默认的文本符号和放置属性。

    可以每次设置其中的一个属性,也可单击标注样式按钮来加载现有的标注样式。

  23. 单击比例尺范围来指定此类所显示的注记比例尺范围。
  24. 提示提示:
    为每个注记类指定一个可见比例尺范围可以提高在 ArcMap 中处理注记时的性能。也可以在 ArcMap 中指定可见比例尺范围。
  25. 单击 SQL 查询来指定该注记类将只标注关联要素类中的某些要素。
  26. If you want to add an additional annotation class, click New and specify the name of the annotation class. Repeat steps 17–20 to set its properties.
  27. Repeat step 21 until you have specified all the annotation classes and their properties.
  28. If you want to use the advance callout/multiple text element functionality, click the Leader button in the Text Symbol area.
  29. In the Properties area of the Editor dialog box that appears, click the Type drop-down box and choose Advanced Callout.

    Editor dialog box

  30. Click OK.
    提示提示:

    You do not need to set up any annotation properties at this point, because all of them are overridden by the XML script.

    注意注意:

    If you add any additional annotation classes, ensure that you set the Type drop-down option to Advanced Callout.

  31. 提示提示:

    You do not need to set up any annotation properties at this point, because all of them are overridden by the XML script.

  32. Click Next.
  33. 如果要在文件或 ArcSDE 地理数据库中创建新注记要素类并且要使用自定义存储关键字,请单击使用配置关键字,然后从下拉列表中选择要使用的关键字。如果不想使用自定义存储关键字,请保留“默认”。
  34. Click Next.

    You can now add the three fields to make the aeronautical annotation feature class valid.

  35. To add the first field to the feature class, click the first blank row in the Field Name column and type MapId_Txt.
  36. Click in the Data Type column next to the new field's name and choose Text.
  37. To create an alias for this field, click the text box next to Alias and type the alias.
  38. Change the Length field property to 255.
  39. To add the second field to the feature class, click the next blank row in the Field Name column and type IsVisible.
  40. Click in the Data Type column next to the new field's name and choose Short Integer.
  41. Type 1 for the Default Value.
  42. To associate a domain with this field, click the field next to Domain and choose Code_Yes_No.
  43. To add the third field to the feature class, click the next blank row in the Field Name column and type AnnoSizeChange.
  44. Click in the Data Type column next to the new field's name and choose Double.
  45. Type 0 for the Default Value.
    提示提示:

    Click Import if you want to import field definitions from another feature class or table.

  46. If you want to use the advance callout/multiple text element functionality, click the TextString field, click the text box to the right of the Length field property, then set it to 2,000 or higher.
  47. Click Finish.

9/30/2010