Represents a GeoJSON Writer allowing for serialization of various GeoJSON elements or any object containing GeoJSON elements.
More...
Represents a GeoJSON Writer allowing for serialization of various GeoJSON elements or any object containing GeoJSON elements.
string NetTopologySuite.IO.GeoJsonWriter.Write |
( |
IGeometry |
geometry | ) |
|
Writes the specified geometry.
- Parameters
-
- Returns
string NetTopologySuite.IO.GeoJsonWriter.Write |
( |
IFeature |
feature | ) |
|
Writes the specified feature.
- Parameters
-
- Returns
string NetTopologySuite.IO.GeoJsonWriter.Write |
( |
FeatureCollection |
featureCollection | ) |
|
Writes the specified feature collection.
- Parameters
-
featureCollection | The feature collection. |
- Returns
string NetTopologySuite.IO.GeoJsonWriter.Write |
( |
object |
value | ) |
|
Writes any specified object.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- NetTopologySuite/NetTopologySuite.IO/NetTopologySuite.IO.GeoJSON/GeoJsonWriter.cs