UtilityAssociationsPopupElement

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

PopupElementType

Constructors

Link copied to clipboard
constructor(associationFilters: Iterable<UtilityAssociationsFilter>)

Creates a new utility network association pop-up element which displays associations based on the filters provided. If no filters are provided, all associations will be displayed.

Properties

Link copied to clipboard

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.

Link copied to clipboard

A collection of utility associations filter results. This is empty if associations filter results haven't been fetched. Associations are fetched using UtilityAssociationsPopupElement.fetchAssociationsFilterResults.

Link copied to clipboard

String describing the pop-up element in detail.

Link copied to clipboard

The number of associations to display based on the com.arcgismaps.utilitynetworks.UtilityAssociationsFilter provided. The default value is 3.

Link copied to clipboard

String indicating what the pop-up element represents. The default value is the feature's Association Status.

Inherited properties

Link copied to clipboard

A value indicating whether the popup element is contained in the Popup.evaluatedElements.

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.