GmlFormatter 构造函数

初始化 GmlFormatter 类的新实例。

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

语法

声明
Protected Sub New ( _
    creator As SpatialImplementation _
)
用法
Dim creator As SpatialImplementation

Dim instance As New GmlFormatter(creator)
protected GmlFormatter(
    SpatialImplementation creator
)
protected:
GmlFormatter(
    SpatialImplementation^ creator
)
new : 
        creator:SpatialImplementation -> GmlFormatter
protected function GmlFormatter(
    creator : SpatialImplementation
)

参数

请参阅

参考

GmlFormatter 类

System.Spatial 命名空间