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.
Représente une géométrie de point.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))]
public sealed class GeoPoint : Azure.Core.GeoJson.GeoObject
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))>]
type GeoPoint = class
inherit GeoObject
Public NotInheritable Class GeoPoint
Inherits GeoObject
- Héritage
- Attributs
Exemples
Création d’un point :
var point = new GeoPoint(-122.091954, 47.607148);
Constructeurs
GeoPoint(Double, Double) |
Initialise de nouvelles instance de GeoPoint. |
GeoPoint(Double, Double, Nullable<Double>) |
Initialise de nouvelles instance de GeoPoint. |
GeoPoint(GeoPosition) |
Initialise de nouvelles instance de GeoPoint. |
GeoPoint(GeoPosition, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Initialise de nouvelles instance de GeoPoint. |
Propriétés
BoundingBox |
Représente des informations sur la plage de coordonnées du GeoObject. (Hérité de GeoObject) |
Coordinates |
Obtient la position du point. |
Type |
Obtient le type GeoJSON de cet objet. |
Méthodes
ToString() |
Convertit une instance de GeoObject en représentation GeoJSON. (Hérité de GeoObject) |
TryGetCustomProperty(String, Object) |
Tente d’obtenir la valeur d’une propriété personnalisée associée à .GeoObject (Hérité de GeoObject) |
S’applique à
Azure SDK for .NET