FIELDINFOS

The FIELDINFOS node defines the fields that are displayed in the attribute inspector and the annotation filter. Each field is defined in a child "Field" node. Fields must correspond to attributes in the annotation service.

Each "Field" node can have these attributes:

Attribute Description
alias Alias for the field. Overrides the alias defined in the GIS feature service.
autoSelect For fields that use the hierarchical renderer, the autoSelect attribute indicates whether child nodes will be selected automatically when the user selects a parent. The default is False.
default Initial default value for the field.
disabled Set to True to disable the field. The default is False.
h8type Indicates the type of field in Infor Public Sector that the GIS attribute corresponds to.

See Infor Public Sector field types.

hidden Set to True to hide this field in the attribute inspector. The default is False.
keywords For fields that use the keyword renderer, the keywords attribute specifies the list of keywords. Specify one or more keywords, separated by the character specified in the separator attribute.
name Name of the field. Must correspond to the name of an attribute defined in the annotation feature service.
readonly Indicates whether the field is display-only in the attribute inspector. The default is False.
renderer Indicates how the field will be displayed in the annotation tool.
  • None: No special renderer is used.
  • Hierarchical: Field data is displayed hierarchically. This is used for Infor Public Sector monikers. Note that the hierarchy is displayed in the annotation filter, but not the attribute inspector.
  • Keyword: The field shows a check box for each specified keyword. Use the keywords attribute to define the list of keywords.
  • PseudoDomain: The field is treated as if it were a domain. The renderer first queries the existing annotation features and gets all distinct values for the specified field. The values are then displayed in a list.
separator The separator attribute is used by the keyword and hierarchical renderers.

For the keyword renderer, the separator is the character that separates distinct keywords in the list. The default is a comma.

For the hierarchical renderer, the separator is the character that separates levels in the hierarchy. The default is a period.

sticky Indicates whether the value will be saved and used for the next feature that you select. The default is False.