Class PopupRelatedFeaturesDefinition

java.lang.Object
com.esri.arcgisruntime.mapping.popup.PopupRelatedFeaturesDefinition

public final class PopupRelatedFeaturesDefinition extends Object
Contains information about displaying related features in a popup.
Since:
100.1.0
  • Constructor Details

    • PopupRelatedFeaturesDefinition

      public PopupRelatedFeaturesDefinition()
      Creates an instance of PopupRelatedFeaturesDefinition.
      Since:
      100.1.0
  • Method Details

    • isShowRelatedFeatures

      public boolean isShowRelatedFeatures()
      Gets if the popup should show features that are related to this popup's feature.
      Returns:
      true if the popup should should related features, false otherwise
      Since:
      100.1.0
    • setShowRelatedFeatures

      public void setShowRelatedFeatures(boolean showRelatedFeatures)
      Sets if the popup should show features that are related to this popup's feature.
      Parameters:
      showRelatedFeatures - true if the popup should show related features, false otherwise
      Since:
      100.1.0
    • getSortOrder

      public List<PopupRelatedFeaturesSortOrder> getSortOrder()
      Gets a modifiable list of PopupRelatedFeaturesSortOrder objects which dictate the order that relationships and related features in each relationship should be displayed in a popup.
      Returns:
      a modifiable list of PopupRelatedFeaturesSortOrder objects
      Since:
      100.1.0