Compartir a través de


SpatialImplementation.CreateGeoJsonObjectFormatter Método

Crea un formateador para el objeto Json.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
'Uso
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

Valor devuelto

Tipo: System.Spatial.GeoJsonObjectFormatter
JsonObjectFormatter creado.

Vea también

Referencia

SpatialImplementation Clase

Espacio de nombres System.Spatial