Show / Hide Table of Contents

Class LocationViewshed

LocationViewshed is an analysis object that renders a viewshed for a specified point location.

Inheritance
System.Object
Analysis
Viewshed
LocationViewshed
Implements
System.ComponentModel.INotifyPropertyChanged
Viewshed.HorizontalAngle
Viewshed.VerticalAngle
Viewshed.MinDistance
Viewshed.MaxDistance
Viewshed.IsFrustumOutlineVisible
Viewshed.VisibleColor
Viewshed.ObstructedColor
Viewshed.FrustumOutlineColor
Analysis.IsVisible
Analysis.INotifyPropertyChanged.PropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LocationViewshed : Viewshed, INotifyPropertyChanged
Remarks

LocationViewshed determines visible and non-visible areas in a GeoView for an observer defined with a map location.

Constructors

Name Description
LocationViewshed(MapPoint, Double, Double, Double, Double, Double, Double)

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

LocationViewshed(Camera, Double, Double)

Initializes a new instance of the LocationViewshed 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
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.2.1 - 200.7
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.7

Relevant samples

Viewshed (location): Perform a viewshed analysis from a defined vantage point.
In This Article
Back to top Copyright © 2022 Esri.