GeoJsonUtils Class
Namespace | Skybrud.Essentials.Maps.GeoJson |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
public static class GeoJsonUtils { }
Methods
Convert(GeoJsonGeometry)
(static)
|
GetBoundingBox(GeoJsonFeature)
(static)
|
Load(string)
(static)
Loads the JSON string at the specified As the type is specified in the JSON, the returned instance for a GeoJSON Feature will be GeoJsonFeature, a Point will be GeoJsonPoint and so accordingly. If the type specified in the JSON doesn't match that of |
Load(string)
(static)
Loads the JSON string at the specified As the type is specified in the JSON, the returned instance for a GeoJSON Feature will be GeoJsonFeature, a Point will be GeoJsonPoint and so accordingly. |
Parse(string)
(static)
Parses the specified |
Parse(string)
(static)
Parses the specified As the type is specified in the JSON, the returned instance for a GeoJSON Feature will be GeoJsonFeature, a Point will be GeoJsonPoint and so accordingly. |