GeoJSON.ToFile Methods
Translates features into UTF-8 encoded GeoJSON, and saves the result to a specified file.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
ToFile(System.String fileName, FeatureCollection features, System.Boolean mergeToMultiGeometries) | Translates features into UTF-8 encoded GeoJSON, and saves the result to a specified file. | |
ToFile(System.String fileName, IEnumerable< Feature > features, System.Boolean mergeToMultiGeometries) | Translates features into UTF-8 encoded GeoJSON, and saves the result to a specified file. |
ToFile(System.String fileName, FeatureCollection features, System.Boolean mergeToMultiGeometries)
Translates features into UTF-8 encoded GeoJSON, and saves the result to a specified file.Syntax
public static void ToFile (
System.String fileName,
FeatureCollection features,
System.Boolean mergeToMultiGeometries
)
Parameters
fileName
Type: System.String
Path to a GeoJSON file.
Path to a GeoJSON file.
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.
ToFile(System.String fileName, IEnumerable< Feature > features, System.Boolean mergeToMultiGeometries)
Translates features into UTF-8 encoded GeoJSON, and saves the result to a specified file.Syntax
public static void ToFile (
System.String fileName,
IEnumerable< Feature > features,
System.Boolean mergeToMultiGeometries
)
Parameters
fileName
Type: System.String
Path to a GeoJSON file.
Path to a GeoJSON file.
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.
Platforms
Windows, Linux, Android