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

Steps:
  1. Start ArcMap or ArcCatalog.
  2. If you are in ArcMap, click the Catalog Window button Catalog Window on the Standard toolbar.
  3. In the Catalog tree, right-click the geodatabase in which you want to create the new annotation class.
  4. Point to New > Feature Class.
  5. Type the Name.
  6. Click the Type drop-down arrow and click Annotation Features.
  7. Click the drop-down arrow and click the feature class to which you want to link the new annotation feature class. The feature class must be in the same feature dataset as the annotation feature class you are creating. You cannot change this property later.
  8. Click Next.
  9. Either navigate to and click a coordinate system in the coordinate system window or click Import or New to specify a coordinate system.
  10. Import lets you import a coordinate system from an existing feature class or feature dataset.

    New allows you to create a new coordinate system.

    Once you have chosen a coordinate system, you can click Modify to alter it.

  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 9.

  13. Click Next.
  14. Enter a reference scale.
  15. The scale should be equal to the scale at which the annotation will normally display.

  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 9.
  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. To set the "Require symbol to be selected from the symbol table" option, see Annotation feature class editing properties.
  20. Click Next.
  21. Specify the linked feature class fields that contain text for the first annotation class. You can choose a Label Field or click Expression to specify more than one field.
  22. Set the default text symbol and placement properties for the annotation class.

    You can either set these properties one at a time or click the Label Styles button to load an existing label style.

  23. Click Scale Range to specify the scale range annotation that this class displays.
  24. TipTip:
    Specifying a visible scale range for each annotation class improves performance when working with annotation in ArcMap. You can also specify a visible scale range in ArcMap.
  25. Click SQL Query to specify that only certain features in the linked feature class will be annotated by the annotation class.
  26. If you want to add an additional annotation class, click New and specify the name of the annotation class. Repeat steps 19–22 to set its properties.
  27. Repeat step 23 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 Leader 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.
    TipTip:

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

    NoteNote:

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

  31. Click Next.
  32. If you are creating the new annotation feature class in a file or ArcSDE geodatabase, and you want to use a custom storage keyword, click Use configuration keyword, 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.
  33. Click Next.

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

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

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

  45. 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.
  46. Click Finish.

7/31/2012