GeoJsonObjectFormatter.Read<T> 메서드
원본에서 읽습니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustOverride Function Read(Of T As {Class, ISpatial}) ( _
source As IDictionary(Of String, Object) _
) As T
‘사용 방법
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는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
읽을 공간 형식입니다.
매개 변수
- source
유형: System.Collections.Generic.IDictionary<String, Object>
원본 json 개체입니다.
반환 값
유형: T
읽은 GeoJsonObjectFormatter 개체입니다.