Freigeben über


SpatialImplementation.CreateGeoJsonObjectFormatter-Methode

Erstellt einen Formatierer für ein JSON-Objekt.

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

Rückgabewert

Typ: System.Spatial.GeoJsonObjectFormatter
Der erstellte JsonObjectFormatter.

Siehe auch

Verweis

SpatialImplementation Klasse

System.Spatial-Namespace