Geopath Klasse

Definition

Stellt eine geordnete Reihe von geografischen Punkten dar.

public ref class Geopath sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Geolocation.IGeopathFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Geopath final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Geolocation.IGeopathFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class Geopath final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Geolocation.IGeopathFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Geopath
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Geolocation.IGeopathFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class Geopath
function Geopath(positions, altitudeReferenceSystem, spatialReferenceId)
Public NotInheritable Class Geopath
Vererbung
Object Platform::Object IInspectable Geopath
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
location

Konstruktoren

Geopath(IIterable<BasicGeoposition>)

Initialisiert eine neue instance der Geopath-Klasse mit der angegebenen Auflistung von Positionen.

Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem)

Initialisiert eine neue instance der Geopath-Klasse mit der angegebenen Auflistung von Positionen und dem angegebenen Höhenreferenzsystem.

Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)

Initialisiert eine neue instance der Geopath-Klasse mit der angegebenen Auflistung von Positionen und mit dem angegebenen Höhenreferenzsystem und der räumlichen Referenz-ID (SRID).

Eigenschaften

AltitudeReferenceSystem

Ruft das Höhenreferenzsystem ab, das vom Geopath verwendet wird.

GeoshapeType

Ruft den Typ der geografischen Form ab, die durch den Geopath dargestellt wird.

Positions

Ruft die Auflistung der geografischen Punkte ab, die den Geopath definieren.

SpatialReferenceId

Ruft die vom Geopfad verwendete Räumliche Verweis-ID (SRID) ab.

Gilt für:

Weitere Informationen