Class KmlOrientation
A KML orientation object.
Inheritance
System.Object
KmlOrientation
Implements
System.IEquatable<KmlOrientation>
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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) | |
| Equals(Object) | |
| GetHashCode() |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |