次の方法で共有


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 名前空間