Converts Feature object to its JSON representation.
More...
|
| override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| | Writes the JSON representation of the object. More...
|
| |
| override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| | Reads the JSON representation of the object. More...
|
| |
| override bool | CanConvert (Type objectType) |
| | Determines whether this instance can convert the specified object type. More...
|
| |
Converts Feature object to its JSON representation.
| override bool NetTopologySuite.IO.Converters.FeatureConverter.CanConvert |
( |
Type |
objectType | ) |
|
Determines whether this instance can convert the specified object type.
- Parameters
-
| objectType | Type of the object. |
- Returns
true if this instance can convert the specified object type; otherwise, false.
| override object NetTopologySuite.IO.Converters.FeatureConverter.ReadJson |
( |
JsonReader |
reader, |
|
|
Type |
objectType, |
|
|
object |
existingValue, |
|
|
JsonSerializer |
serializer |
|
) |
| |
Reads the JSON representation of the object.
- Parameters
-
| reader | The T:Newtonsoft.Json.JsonReader to read from. |
| objectType | Type of the object. |
| existingValue | The existing value of object being read. |
| serializer | The calling serializer. |
- Returns
- The object value.
| override void NetTopologySuite.IO.Converters.FeatureConverter.WriteJson |
( |
JsonWriter |
writer, |
|
|
object |
value, |
|
|
JsonSerializer |
serializer |
|
) |
| |
Writes the JSON representation of the object.
- Parameters
-
| writer | The T:Newtonsoft.Json.JsonWriter to write to. |
| value | The value. |
| serializer | The calling serializer. |
The documentation for this class was generated from the following file:
- NetTopologySuite/NetTopologySuite.IO/NetTopologySuite.IO.GeoJSON/Converters/FeatureConverter.cs