Class KmlTrack
A KML track object.
Implements
System.IEquatable<KmlGeometry>
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 KmlTrack : KmlGeometry, IEquatable<KmlGeometry>
Constructors
| Name | Description |
|---|---|
| KmlTrack(IEnumerable<KmlTrackElement>, KmlAltitudeMode) | Initializes a new instance of the KmlTrack class from a list of KmlTrackElement using a specified altitude mode. |
| KmlTrack(IEnumerable<KmlTrackElement>, KmlAltitudeMode, Boolean, Boolean, KmlModel) | Initializes a new instance of the KmlTrack class from an array of KmlTrackElement using a specified altitude mode, extrusion, tessellation, and a KmlModel. |
Properties
| Name | Description |
|---|---|
| Elements | Gets the individual elements of the KML track. |
| ExtendedNonSchemaData | Gets or sets the non-schema data present in extended data of a KML track. |
| ExtendedSchemaData | Gets an array of schema data present in extended data of a KML track. |
| Model | Gets the model used to represent the track's current position. |
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 |