GeographyPoint(CoordinateSystem, SpatialImplementation) 构造函数

定义

初始化 GeographyPoint 类的新实例。

protected GeographyPoint (Microsoft.Spatial.CoordinateSystem coordinateSystem, Microsoft.Spatial.SpatialImplementation creator);
new Microsoft.Spatial.GeographyPoint : Microsoft.Spatial.CoordinateSystem * Microsoft.Spatial.SpatialImplementation -> Microsoft.Spatial.GeographyPoint
Protected Sub New (coordinateSystem As CoordinateSystem, creator As SpatialImplementation)

参数

coordinateSystem
CoordinateSystem

此实例的坐标系。

creator
SpatialImplementation

已创建此实例的实现。

适用于