Show / Hide Table of Contents

Class KmlTrackElement

An individual element of a KML track object.

Inheritance
System.Object
KmlTrackElement
Implements
System.IEquatable<KmlTrackElement>
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 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)
Equals(Object)
GetHashCode()

Applies to

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