Compartilhar via


GeoJsonExtensions.WriteGeoJsonPoint(JsonWriter, GeographyPoint) Método

Definição

Grava uma GeographyPoint instância como formato Geo-JSON.

public static void WriteGeoJsonPoint (this Newtonsoft.Json.JsonWriter writer, Microsoft.Spatial.GeographyPoint point);
static member WriteGeoJsonPoint : Newtonsoft.Json.JsonWriter * Microsoft.Spatial.GeographyPoint -> unit
<Extension()>
Public Sub WriteGeoJsonPoint (writer As JsonWriter, point As GeographyPoint)

Parâmetros

writer
Newtonsoft.Json.JsonWriter

O gravador JSON no qual gravar o ponto Geo-JSON.

point
GeographyPoint

A GeographyPoint instância a ser gravada.

Aplica-se a