GeoJsonFeature Class

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

Class representing a GeoJSON Feature.

public class GeoJsonFeature : GeoJsonObject { }

Properties

Type Name Summary
GeoJsonProperties Properties

Gets or sets the properties of the feature.

GeoJsonGeometry Geometry

Gets or sets the geometry of the feature.

GeoJsonType Type (inherited from GeoJsonObject)

Gets the type of the object - eg. Feature.

Methods

Load(string) (static)

Loads and parses the feature at the specified path into an instance of GeoJsonFeature.

Parse(string) (static)

Parses the specified json string into an instance of GeoJsonFeature.

Parse(JObject) (static)

Parses the specified json object into an instance of GeoJsonFeature.

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.