SpatialImplementation.CreateGeoJsonObjectFormatter Method

Creates a Formatter for Json Object.

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

Syntax

'Declaration
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
'Usage
Dim instance As SpatialImplementation 
Dim returnValue As GeoJsonObjectFormatter 

returnValue = instance.CreateGeoJsonObjectFormatter()
public abstract GeoJsonObjectFormatter CreateGeoJsonObjectFormatter()
public:
virtual GeoJsonObjectFormatter^ CreateGeoJsonObjectFormatter() abstract
abstract CreateGeoJsonObjectFormatter : unit -> GeoJsonObjectFormatter
public abstract function CreateGeoJsonObjectFormatter() : GeoJsonObjectFormatter

Return Value

Type: System.Spatial.GeoJsonObjectFormatter
The JsonObjectFormatter created.

See Also

Reference

SpatialImplementation Class

System.Spatial Namespace