GeographyPoint.Create 方法 (Double, Double)

使用指定的纬度和经度创建地理点。

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

语法

声明
Public Shared Function Create ( _
    latitude As Double, _
    longitude As Double _
) As GeographyPoint
用法
Dim latitude As Double
Dim longitude As Double
Dim returnValue As GeographyPoint

returnValue = GeographyPoint.Create(latitude, _
    longitude)
public static GeographyPoint Create(
    double latitude,
    double longitude
)
public:
static GeographyPoint^ Create(
    double latitude, 
    double longitude
)
static member Create : 
        latitude:float * 
        longitude:float -> GeographyPoint 
public static function Create(
    latitude : double, 
    longitude : double
) : GeographyPoint

参数

返回值

类型:System.Spatial.GeographyPoint
已创建的地理点。

请参阅

参考

GeographyPoint 类

Create 重载

System.Spatial 命名空间