建立格式器的實作。
命名空間: System.Spatial
組件: System.Spatial (在 System.Spatial.dll 中)
語法
'宣告
Public Shared Function Create As GeoJsonObjectFormatter
'用途
Dim returnValue As GeoJsonObjectFormatter
returnValue = GeoJsonObjectFormatter.Create()
public static GeoJsonObjectFormatter Create()
public:
static GeoJsonObjectFormatter^ Create()
static member Create : unit -> GeoJsonObjectFormatter
public static function Create() : GeoJsonObjectFormatter
傳回值
型別:System.Spatial.GeoJsonObjectFormatter
已建立的 GeoJsonObjectFormatter 實作。