GeoJSON.ToString Methods
Translates features into a GeoJSON string.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
ToString(FeatureCollection features, System.Boolean mergeToMultiGeometries) | Translates features into a GeoJSON string. | |
ToString(IEnumerable< Feature > features, System.Boolean mergeToMultiGeometries) | Translates features into a GeoJSON string. |
ToString(FeatureCollection features, System.Boolean mergeToMultiGeometries)
Translates features into a GeoJSON string.Syntax
public static System.String ToString (
FeatureCollection features,
System.Boolean mergeToMultiGeometries
)
Parameters
features
Type: A collection of Feature elements.
The features to be turned into GeoJSON.
The features to be turned into GeoJSON.
mergeToMultiGeometries
Type: System.Boolean
Decides whether the features that share the same feature id should be merged to multigeometry in GeoJSON.
Decides whether the features that share the same feature id should be merged to multigeometry in GeoJSON.
Return Value
Type: System.String
A GeoJSON string.
A GeoJSON string.
ToString(IEnumerable< Feature > features, System.Boolean mergeToMultiGeometries)
Translates features into a GeoJSON string.Syntax
public static System.String ToString (
IEnumerable< Feature > features,
System.Boolean mergeToMultiGeometries
)
Parameters
features
Type: A collection of Feature elements.
The features to be turned into GeoJSON.
The features to be turned into GeoJSON.
mergeToMultiGeometries
Type: System.Boolean
Decides whether the features that share the same feature id should be merged to multigeometry in GeoJSON.
Decides whether the features that share the same feature id should be merged to multigeometry in GeoJSON.
Return Value
Type: System.String
A GeoJSON string.
A GeoJSON string.
Platforms
Windows, Linux, Android