GeoJsonGeometry Class

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.GeoJson.Geometry
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Keywords Abstract
Inheritance

Base class with common logic for the classes representing the geometries defined by the GeoJSON specification.

public abstract class GeoJsonGeometry : GeoJsonObject { }

Properties

Type Name Summary
GeoJsonType Type (inherited from GeoJsonObject)

Gets the type of the object - eg. Feature.

Methods

Parse(string) (static)

Parses the specified json string into an instance of GeoJsonGeometry.

Parse(JObject) (static)

Parses the specified obj object into an instance of GeoJsonGeometry.

Inherited from GeoJsonObject

Save(string) (virtual)

Saves a JSON representation of this instance to the specified path.

Saves a JSON representation of this instance to the specified path.

Returns a JSON representation of this instance.

Returns a JSON representation of this instance.