FIELDINFOS
The
node defines the fields that are displayed in the attribute inspector and the annotation filter. Each field is defined in a child node. Fields must correspond to attributes in the annotation service.Each
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. |
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.
|
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. |