GeoJsonObjectFormatter Class

Represents a formatter for Json object.

Inheritance Hierarchy

System.Object
  System.Spatial.GeoJsonObjectFormatter

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustInherit Class GeoJsonObjectFormatter
'Usage
Dim instance As GeoJsonObjectFormatter
public abstract class GeoJsonObjectFormatter
public ref class GeoJsonObjectFormatter abstract
[<AbstractClassAttribute>]
type GeoJsonObjectFormatter =  class end
public abstract class GeoJsonObjectFormatter

The GeoJsonObjectFormatter type exposes the following members.

Constructors

  Name Description
Protected method GeoJsonObjectFormatter Initializes a new instance of the GeoJsonObjectFormatter class.

Top

Methods

  Name Description
Public methodStatic member Create Creates the implementation of the formatter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read<T> Reads from the source.
Public method ToString (Inherited from Object.)
Public method Write Converts spatial value to a Json object.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Spatial Namespace