GeoJsonFeatureBase Class
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.GeoJson.Features |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Keywords | Abstract |
Inheritance |
Base class with common properties for GeoJsonFeature and GeoJsonFeatureCollection.
public abstract class GeoJsonFeatureBase : GeoJsonObject { }
Properties
Type | Name | Summary |
---|---|---|
GeoJsonProperties | Properties | |
GeoJsonType | Type (inherited from GeoJsonObject) |
Gets the type of the object - eg. Feature. |
Methods
Inherited from GeoJsonObject |
Save(string)
(virtual)
Saves a JSON representation of this instance to the specified |
Save(string, Formatting)
(virtual)
Saves a JSON representation of this instance to the specified |
Returns a JSON representation of this instance. |
Returns a JSON representation of this instance. |