Freigeben über


GeoJsonExtensions.IsGeoJsonPoint(JObject) Methode

Definition

Bestimmt, ob es sich bei dem angegebenen JObject um einen gültigen Geo-JSON-Punkt handelt.

public static bool IsGeoJsonPoint (this Newtonsoft.Json.Linq.JObject obj);
static member IsGeoJsonPoint : Newtonsoft.Json.Linq.JObject -> bool
<Extension()>
Public Function IsGeoJsonPoint (obj As JObject) As Boolean

Parameter

obj
Newtonsoft.Json.Linq.JObject

Das zu testende JSON-Objekt.

Gibt zurück

true , wenn das JSON-Objekt nicht NULL ist und ein gültiger Geo-JSON-Punkt ist, false andernfalls.

Gilt für: