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 | |
---|---|---|
GeoJsonObjectFormatter | Initializes a new instance of the GeoJsonObjectFormatter class. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates the implementation of the formatter. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read<T> | Reads from the source. | |
ToString | (Inherited from Object.) | |
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.