GeoJsonFeatureCollection Class
| Namespace | Skybrud.Essentials.Maps.GeoJson.Features |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Inheritance |
Class representing a GeoJSON FeatureCollection.
public class GeoJsonFeatureCollection : GeoJsonObject { }
Properties
| Type | Name | Summary |
|---|---|---|
| String | Name |
Gets or sets the name of the feature collection. |
List<T>
|
Features |
Gets or sets a list of the features in this feature collection. |
| GeoJsonType | Type (inherited from GeoJsonObject) |
Gets the type of the object - eg. Feature. |
Methods
|
Adds the specified |
|
Adds the specified collection of |
|
Returns whether this collection contains the specified |
|
Load(string)
(static)
Loads and parses the feature at the specified |
|
Parse(string)
(static)
Parses the specified |
|
Parse(JObject)
(static)
Parses the specified |
|
Removes the first occurence of the specified |
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. |