Module com.esri.arcgisruntime
Class PopupRelatedFeaturesDefinition
java.lang.Object
com.esri.arcgisruntime.mapping.popup.PopupRelatedFeaturesDefinition
Contains information about displaying related features in a popup.
- Since:
- 100.1.0
-
Constructor Summary
ConstructorDescriptionCreates an instance of PopupRelatedFeaturesDefinition. -
Method Summary
Modifier and TypeMethodDescriptionGets a modifiable list ofPopupRelatedFeaturesSortOrder
objects which dictate the order that relationships and related features in each relationship should be displayed in a popup.boolean
Gets if the popup should show features that are related to this popup's feature.void
setShowRelatedFeatures
(boolean showRelatedFeatures) Sets if the popup should show features that are related to this popup's feature.
-
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
Gets a modifiable list ofPopupRelatedFeaturesSortOrder
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
-