GeoJsonObjectFormatter.Read<T>(IDictionary<String,Object>) Méthode
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.
Lit depuis la source.
public abstract T Read<T> (System.Collections.Generic.IDictionary<string,object> source) where T : class, Microsoft.Spatial.ISpatial;
abstract member Read : System.Collections.Generic.IDictionary<string, obj> -> 'T (requires 'T : null and 'T :> Microsoft.Spatial.ISpatial)
Public MustOverride Function Read(Of T As {Class, ISpatial}) (source As IDictionary(Of String, Object)) As T
Paramètres de type
- T
Type spatial à lire.
Paramètres
- source
- IDictionary<String,Object>
Objet JSON source.
Retours
T
Objet GeoJsonObjectFormatter lu.