GmlFormatter.Create 方法

创建格式化程序的实现。

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

语法

声明
Public Shared Function Create As GmlFormatter
用法
Dim returnValue As GmlFormatter

returnValue = GmlFormatter.Create()
public static GmlFormatter Create()
public:
static GmlFormatter^ Create()
static member Create : unit -> GmlFormatter 
public static function Create() : GmlFormatter

返回值

类型:System.Spatial.GmlFormatter
创建的 GmlFormatter 实现。

请参阅

参考

GmlFormatter 类

System.Spatial 命名空间