Utility Associations Popup Element
A utility network associations pop-up element that is displayed in a pop-up for a geoelement. A typical UI implementation displays com.arcgismaps.utilitynetworks.UtilityAssociation based on UtilityAssociationsPopupElement.displayCount with a possibility to show all associations for a specific layer or table.
Since
200.7.0
See also
Constructors
Properties
A collection of utility associations filters. Filters limit the associations displayed based upon the associated element's role or function. If no filters are provided, all associations will be displayed.
A collection of utility associations filter results. This is empty if associations filter results haven't been fetched. Associations are fetched using UtilityAssociationsPopupElement.fetchAssociationsFilterResults.
String describing the pop-up element in detail.
The number of associations to display based on the com.arcgismaps.utilitynetworks.UtilityAssociationsFilter provided. The default value is 3.
Inherited properties
A value indicating whether the popup element is contained in the Popup.evaluatedElements.
Functions
Fetches all com.arcgismaps.utilitynetworks.UtilityAssociation objects based on the UtilityAssociationsPopupElement.associationFilters. It will populate UtilityAssociationsPopupElement.associationsFilterResults. If PopupElement.isEvaluated is false, this method will have no effect.