Metodo SpatialImplementation.CreateGeoJsonObjectFormatter
Crea un formattatore per un oggetto JSON.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
'Utilizzo
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
Valore restituito
Tipo: System.Spatial.GeoJsonObjectFormatter
Oggetto JsonObjectFormatter creato.