GeoJsonMultiPoint Class
| Namespace | Skybrud.Essentials.Maps.GeoJson.Geometry |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Interfaces |
IEnumerable<T>, IEnumerable
|
| Inheritance |
Class representing a GeoJSON MultiPoint geometry.
public class GeoJsonMultiPoint : GeoJsonGeometry, IEnumerable<T>, IEnumerable { }
Properties
| Type | Name | Summary |
|---|---|---|
| int | Count |
Gets the amount of points in the geometry. |
| GeoJsonType | Type (inherited from GeoJsonObject) |
Gets the type of the object - eg. Feature. |
Methods
|
Adds a new point with the specified |
|
Adds the specified |
|
Adds the specified |
|
Removes all points. |
|
GetEnumerator()
(virtual)
Returns an enumerator that iterates through the underlying List< |
|
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 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. |