Geopoint Klasse

Definition

Beschreibt einen geografischen Punkt.

public ref class Geopoint sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Geolocation.IGeopointFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class Geopoint final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Geolocation.IGeopointFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class Geopoint final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Geolocation.IGeopointFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class Geopoint
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Geolocation.IGeopointFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class Geopoint
function Geopoint(position, altitudeReferenceSystem, spatialReferenceId)
Public NotInheritable Class Geopoint
Vererbung
Object Platform::Object IInspectable Geopoint
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

Geopoint(BasicGeoposition)

Erstellen Sie ein geografisches Punktobjekt für die angegebene Position.

Geopoint(BasicGeoposition, AltitudeReferenceSystem)

Erstellen Sie ein geografisches Punktobjekt für das angegebene Positions- und Höhenreferenzsystem.

Geopoint(BasicGeoposition, AltitudeReferenceSystem, UInt32)

Erstellen Sie ein geografisches Punktobjekt für die angegebene Position, das angegebene Höhenreferenzsystem und die räumliche Verweis-ID.

Eigenschaften

AltitudeReferenceSystem

Das Höhenreferenzsystem des geografischen Punkts. GeoPoint wird standardmäßig auf den Wert nicht angegeben, wenn es ohne Höhenreferenzsystem erstellt wird. Das Verhalten eines nicht angegebenen Höhenreferenzsystems hängt von der API ab. Ein MapIcon behandelt ein nicht spezifiziertes Referenzsystem als Surface mit einem Höhenwert von 0, und der angegebene Wert für die Höhe wird ignoriert.

GeoshapeType

Der Typ der geografischen Form.

Position

Die Position eines geografischen Punkts.

SpatialReferenceId

Der Raumbezugsbezeichner für den geografischen Punkt, der einem räumlichen Referenzsystem entspricht, das auf dem spezifischen Ellipsoid basiert, das entweder für die Flacherde- oder die Runderdekartierung verwendet wird.

Gilt für:

Weitere Informationen