GeographyCollection 构造函数

初始化 GeographyCollection 类的新实例。

命名空间:  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 GeographyCollection(coordinateSystem, _
    creator)
protected GeographyCollection(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeographyCollection(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeographyCollection
protected function GeographyCollection(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

参数

请参阅

参考

GeographyCollection 类

System.Spatial 命名空间