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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.15 |