GeoObject 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.
Type de base pour tous les types spatiaux.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))]
public abstract class GeoObject
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))>]
type GeoObject = class
Public MustInherit Class GeoObject
- Héritage
-
GeoObject
- Dérivé
- Attributs
Propriétés
BoundingBox |
Représente des informations sur la plage de coordonnées du GeoObject. |
Type |
Obtient le type GeoJSON de cet objet. |
Méthodes
Parse(String) |
Analyse une instance de voir GeoObject à partir de la représentation JSON fournie. |
ToString() |
Convertit une instance de GeoObject en représentation GeoJSON. |
TryGetCustomProperty(String, Object) |
Tente d’obtenir la valeur d’une propriété personnalisée associée à .GeoObject |
S’applique à
Azure SDK for .NET