创建格式化程序的实现。
命名空间: 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 实现。