NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
NetTopologySuite.IO.GeoJsonWriter Class Reference

Represents a GeoJSON Writer allowing for serialization of various GeoJSON elements or any object containing GeoJSON elements. More...

Public Member Functions

string Write (IGeometry geometry)
 Writes the specified geometry. More...
 
string Write (IFeature feature)
 Writes the specified feature. More...
 
string Write (FeatureCollection featureCollection)
 Writes the specified feature collection. More...
 
string Write (object value)
 Writes any specified object. More...
 

Detailed Description

Represents a GeoJSON Writer allowing for serialization of various GeoJSON elements or any object containing GeoJSON elements.

Member Function Documentation

string NetTopologySuite.IO.GeoJsonWriter.Write ( IGeometry  geometry)

Writes the specified geometry.

Parameters
geometryThe geometry.
Returns
string NetTopologySuite.IO.GeoJsonWriter.Write ( IFeature  feature)

Writes the specified feature.

Parameters
featureThe feature.
Returns
string NetTopologySuite.IO.GeoJsonWriter.Write ( FeatureCollection  featureCollection)

Writes the specified feature collection.

Parameters
featureCollectionThe feature collection.
Returns
string NetTopologySuite.IO.GeoJsonWriter.Write ( object  value)

Writes any specified object.

Parameters
valueAny object.
Returns

The documentation for this class was generated from the following file: