Show / Hide Table of Contents

Class KmlTrackElement

An individual element of a KML track object.

Inheritance
object
KmlTrackElement
Implements
IEquatable<KmlTrackElement>
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlTrackElement : IEquatable<KmlTrackElement>

Constructors

Name Description
KmlTrackElement(DateTimeOffset, MapPoint?, KmlOrientation?)

Initializes a new instance of the KmlTrackElement class from a time instant, and optional coordinate and angle.

Properties

Name Description
Angle

Gets the angle at this point in the track.

Coordinate

Gets the coordinate at this point in the track.

IsAngleInterpolated

Gets a value indicating whether the angle was interpolated or provided.

IsCoordinateInterpolated

Gets a value indicating whether the coordinate was interpolated or provided.

When

Gets the time instant at this point in the track.

Methods

Name Description
Equals(KmlTrackElement?)

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

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.