你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeoJsonExtensions 类

定义

为各种 JSON.NET 类型定义扩展方法,以便更轻松地识别和读取 Geo-JSON。

public static class GeoJsonExtensions
type GeoJsonExtensions = class
Public Module GeoJsonExtensions
继承
GeoJsonExtensions

方法

IsGeoJsonPoint(JObject)

确定给定 JObject 的 是否为有效的异地 JSON 点。

ReadGeoJsonPoint(JsonReader)

将 Geo-JSON 点读入 GeographyPoint 实例,如果读取器未定位在有效 Geo-JSON 点的开头,则引发 JsonSerializationException

WriteGeoJsonPoint(JsonWriter, GeographyPoint)

GeographyPoint 异地 JSON 格式写入实例。

适用于