Show / Hide Table of Contents

Constructor GeoElementViewshed

GeoElementViewshed(GeoElement, Double, Double, Double, Double, Double, Double)

Initializes a new instance of the GeoElementViewshed class.

Declaration
public GeoElementViewshed(GeoElement geoElement, double horizontalAngle, double verticalAngle, double minDistance, double maxDistance, double headingOffset, double pitchOffset)
Parameters
Type Name Description
GeoElement geoElement

A GeoElement from which the position and orientation of the observer will be determined.

Double horizontalAngle

The horizontal angle of the observer's view. The value must be greater than 0 and no greater than 360.

Double verticalAngle

The vertical angle of the observer's view.

Double minDistance

The minimum distance from the observer at which visibility will be evaluated.

Double maxDistance

The maximum distance from the observer at which visibility will be evaluated.

Double headingOffset

An angle offset relative to the heading of the GeoElement to determine the direction of the observer's view.

Double pitchOffset

An angle offset relative to the pitch of the GeoElement to determine the vertical angle of the observer's view.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.2.1 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 100.15
In This Article
Back to top Copyright © 2022 Esri.