Méthode SpatialImplementation.CreateGeoJsonObjectFormatter
Crée un formateur pour l'objet JSON.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
'Utilisation
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
Valeur de retour
Type : System.Spatial.GeoJsonObjectFormatter
JsonObjectFormatter créé.