Show / Hide Table of Contents

Class ExploratoryLocationViewshed

An Analysis object that renders a viewshed for a specified point location.

Inheritance
object
Analysis
ExploratoryViewshed
ExploratoryLocationViewshed
Implements
INotifyPropertyChanged
ExploratoryViewshed.HorizontalAngle
ExploratoryViewshed.VerticalAngle
ExploratoryViewshed.MinDistance
ExploratoryViewshed.MaxDistance
ExploratoryViewshed.IsFrustumOutlineVisible
ExploratoryViewshed.VisibleColor
ExploratoryViewshed.ObstructedColor
ExploratoryViewshed.FrustumOutlineColor
Analysis.IsVisible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExploratoryLocationViewshed : ExploratoryViewshed, INotifyPropertyChanged
Remarks

Determines visible and non-visible areas in a scene view for an observer defined with a map location (MapPoint).

Exploratory analysis is performed using data at the current rendered resolution of a SceneView and not at the full resolution of the data. Exploratory analysis results cannot be displayed in a MapView or persisted.

To perform analysis at the full resolution of the data use the ViewshedFunction.

Constructors

Name Description
ExploratoryLocationViewshed(MapPoint, double, double, double, double, double, double)

Initializes a new instance of the ExploratoryLocationViewshed class whose observer is defined using a point location.

ExploratoryLocationViewshed(Camera, double, double)

Initializes a new instance of the ExploratoryLocationViewshed class.

Properties

Name Description
Heading

Gets or sets the observer's heading.

Location

Gets or sets the observer location of the viewshed.

Pitch

Gets or sets the pitch of the observer's field of vision.

Methods

Name Description
UpdateFromCamera(Camera)

Updates the frustum of the viewshed using the properties of the supplied Camera.

Applies to

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.