SpatialImplementation.CreateGeoJsonObjectFormatter 方法

为 Json 对象创建格式化程序。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
用法
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

返回值

类型:System.Spatial.GeoJsonObjectFormatter
创建的 JsonObjectFormatter。

请参阅

参考

SpatialImplementation 类

System.Spatial 命名空间