Partager via


Méthode GeoJsonObjectFormatter.Read<T>

Lit depuis la source.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public MustOverride Function Read(Of T As {Class, ISpatial}) ( _
    source As IDictionary(Of String, Object) _
) As T
'Utilisation
Dim instance As GeoJsonObjectFormatter
Dim source As IDictionary(Of String, Object)
Dim returnValue As T

returnValue = instance.Read(source)
public abstract T Read<T>(
    IDictionary<string, Object> source
)
where T : class, ISpatial
public:
generic<typename T>
where T : ref class, ISpatial
virtual T Read(
    IDictionary<String^, Object^>^ source
) abstract
abstract Read : 
        source:IDictionary<string, Object> -> 'T  when 'T : not struct and ISpatial
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T
    Type spatial à lire.

Paramètres

Valeur de retour

Type : T
Objet GeoJsonObjectFormatter qui a été lu.

Voir aussi

Référence

GeoJsonObjectFormatter Classe

Espace de noms System.Spatial