次の方法で共有


GeoJsonExtensions.ReadGeoJsonPoint(JsonReader) メソッド

定義

Geo JSON ポイントをインスタンスに読み取 GeographyPoint ります。または、リーダーが有効な Geo JSON ポイントの先頭に配置されていない場合は をスロー JsonSerializationException します。

public static Microsoft.Spatial.GeographyPoint ReadGeoJsonPoint (this Newtonsoft.Json.JsonReader reader);
static member ReadGeoJsonPoint : Newtonsoft.Json.JsonReader -> Microsoft.Spatial.GeographyPoint
<Extension()>
Public Function ReadGeoJsonPoint (reader As JsonReader) As GeographyPoint

パラメーター

reader
Newtonsoft.Json.JsonReader

Geo JSON ポイントの読み取り元となる JSON リーダー。

戻り値

GeographyPoint のインスタンス。

適用対象