Maps for WPF
Read(Stream) メソッド

C1.WPF.Maps アセンブリ > C1.WPF.Maps.GeoJson 名前空間 > GeoJsonReader クラス : Read(Stream) メソッド
GeoJSON データのストリーム。
指定されたストリームから GeoJSON データを読み取ります。
シンタックス
'宣言
 
Public Shared Function Read( _
   ByVal stream As System.IO.Stream _
) As System.Collections.Generic.List(Of VectorItemBase)
public static System.Collections.Generic.List<VectorItemBase> Read( 
   System.IO.Stream stream
)

パラメータ

stream
GeoJSON データのストリーム。

戻り値の型

ベクター項目のコレクション。
参照

GeoJsonReader クラス
GeoJsonReader メンバ