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。