Freigeben über


GeoJsonObjectFormatter.Read<T>-Methode

Liest aus der Quelle.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride Function Read(Of T As {Class, ISpatial}) ( _
    source As IDictionary(Of String, Object) _
) As T
'Usage
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 unterstützt keine generischen Typen und Methoden.

Typparameter

  • T
    Der zu lesende räumliche Typ.

Parameter

Rückgabewert

Typ: T
Das gelesene GeoJsonObjectFormatter-Objekt.

Siehe auch

Verweis

GeoJsonObjectFormatter Klasse

System.Spatial-Namespace