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

Represents a GeoJSON Reader allowing for deserialization of various GeoJSON elements or any object containing GeoJSON elements. More...

Public Member Functions

TObject Read< TObject > (string json)
 Reads the specified json. More...
 

Detailed Description

Represents a GeoJSON Reader allowing for deserialization of various GeoJSON elements or any object containing GeoJSON elements.

Member Function Documentation

TObject NetTopologySuite.IO.GeoJsonReader.Read< TObject > ( string  json)

Reads the specified json.

Template Parameters
TObjectThe type of the object.
Parameters
jsonThe json.
Returns
Type Constraints
TObject :class 

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