java.lang.Object
com.esri.arcgisruntime.geoanalysis.Analysis
Direct Known Subclasses:
LineOfSight, LocationDistanceMeasurement, Viewshed

public abstract class Analysis extends Object
Represents base class for all analyses that can be performed on a SceneView.
Since:
100.2.0
  • 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