java.lang.Object
com.esri.arcgisruntime.geoanalysis.Analysis
- Direct Known Subclasses:
LineOfSight
,LocationDistanceMeasurement
,Viewshed
Represents base class for all analyses that can be performed on a
SceneView
.- Since:
- 100.2.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets whether the analysis is visible.void
setVisible
(boolean visible) Sets whether the analysis should be visible.
-
Method Details
-
isVisible
public boolean isVisible()Gets whether the analysis is visible.- Returns:
- true if the analysis is visible, otherwise false
- Since:
- 100.2.0
-
setVisible
public void setVisible(boolean visible) Sets whether the analysis should be visible.- Parameters:
visible
- true if the analysis should be visible, otherwise false- Since:
- 100.2.0
-