Compartir a través de


GeoJsonObjectFormatter.Read<T>(IDictionary<String,Object>) Método

Definición

Lee del origen.

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

Parámetros de tipo

T

Tipo espacial que se va a leer.

Parámetros

source
IDictionary<String,Object>

Objeto JSON de origen.

Devoluciones

T

Objeto GeoJsonObjectFormatter que se leyó.

Se aplica a