Geopoint Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décrit un point géographique.
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
- Héritage
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
location
|
Constructeurs
Geopoint(BasicGeoposition) |
Créez un objet de point géographique pour la position donnée. |
Geopoint(BasicGeoposition, AltitudeReferenceSystem) |
Créez un objet de point géographique pour le système de référence de position et d’altitude donné. |
Geopoint(BasicGeoposition, AltitudeReferenceSystem, UInt32) |
Créez un objet de point géographique pour la position, le système de référence d’altitude et l’ID de référence spatiale donnés. |
Propriétés
AltitudeReferenceSystem |
Système de référence d’altitude du point géographique. GeoPoint aura par défaut une valeur non spécifiée lorsqu’il est construit sans système de référence d’altitude. Le comportement d’un système de référence d’altitude non spécifié dépend de l’API. Un MapIcon traitera un système de référence non spécifié comme Surface avec une valeur d’altitude de 0 et la valeur fournie pour l’altitude sera ignorée. |
GeoshapeType |
Type de forme géographique. |
Position |
Position d’un point géographique. |
SpatialReferenceId |
Identificateur de référence spatiale pour le point géographique, correspondant à un système de référence spatiale basé sur l’ellipsoïde spécifique utilisé pour la cartographie en terre plate ou la cartographie en terre ronde. |