Show / Hide Table of Contents

Class KmlTrack

A KML track object.

Inheritance
object
KmlGeometry
KmlTrack
Implements
IEquatable<KmlGeometry>
KmlGeometry.Geometry
KmlGeometry.IsExtruded
KmlGeometry.IsTessellated
KmlGeometry.AltitudeMode
KmlGeometry.Type
KmlGeometry.Equals(KmlGeometry)
KmlGeometry.Equals(object)
KmlGeometry.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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, bool, bool, 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 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.