GeographyMultiSurface 构造函数

初始化 GeographyMultiSurface 类的新实例。

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

语法

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

Dim instance As New GeographyMultiSurface(coordinateSystem, _
    creator)
protected GeographyMultiSurface(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeographyMultiSurface(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeographyMultiSurface
protected function GeographyMultiSurface(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

参数

请参阅

参考

GeographyMultiSurface 类

System.Spatial 命名空间