Show / Hide Table of Contents

Class KmlTrack

A KML track object.

Inheritance
System.Object
KmlGeometry
KmlTrack
Implements
System.IEquatable<KmlGeometry>
KmlGeometry.Geometry
KmlGeometry.IsExtruded
KmlGeometry.IsTessellated
KmlGeometry.AltitudeMode
KmlGeometry.Type
KmlGeometry.Equals(KmlGeometry)
KmlGeometry.Equals(Object)
KmlGeometry.GetHashCode()
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

TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.