Class KmlOrientation
A KML orientation object.
Implements
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlOrientation : IEquatable<KmlOrientation>
Remarks
Specifies values that define an orientation.
Constructors
| Name | Description |
|---|---|
| KmlOrientation(double, double, double) | Initializes a new instance of the KmlOrientation class, with the specified heading, tilt, and roll values. |
Properties
| Name | Description |
|---|---|
| Heading | Gets the heading in degrees. |
| Roll | Gets the roll in degrees. |
| Tilt | Gets the tilt in degrees. |
Methods
| Name | Description |
|---|---|
| Equals(KmlOrientation?) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object?) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |