Freigeben über


GeoJsonObjectFormatter.Read<T>(IDictionary<String,Object>) Methode

Definition

Liest aus der Quelle.

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

Typparameter

T

Der zu lesende räumliche Typ.

Parameter

source
IDictionary<String,Object>

Das Json-Quellobjekt.

Gibt zurück

T

Das GeoJsonObjectFormatter gelesene Objekt.

Gilt für: