GeographyPoint.Create 方法 (CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)

使用指定的坐标系、纬度、经度和维度创建地理点。

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

语法

声明
Public Shared Function Create ( _
    coordinateSystem As CoordinateSystem, _
    latitude As Double, _
    longitude As Double, _
    z As Nullable(Of Double), _
    m As Nullable(Of Double) _
) As GeographyPoint
用法
Dim coordinateSystem As CoordinateSystem
Dim latitude As Double
Dim longitude As Double
Dim z As Nullable(Of Double)
Dim m As Nullable(Of Double)
Dim returnValue As GeographyPoint

returnValue = GeographyPoint.Create(coordinateSystem, _
    latitude, longitude, z, m)
public static GeographyPoint Create(
    CoordinateSystem coordinateSystem,
    double latitude,
    double longitude,
    Nullable<double> z,
    Nullable<double> m
)
public:
static GeographyPoint^ Create(
    CoordinateSystem^ coordinateSystem, 
    double latitude, 
    double longitude, 
    Nullable<double> z, 
    Nullable<double> m
)
static member Create : 
        coordinateSystem:CoordinateSystem * 
        latitude:float * 
        longitude:float * 
        z:Nullable<float> * 
        m:Nullable<float> -> GeographyPoint 
public static function Create(
    coordinateSystem : CoordinateSystem, 
    latitude : double, 
    longitude : double, 
    z : Nullable<double>, 
    m : Nullable<double>
) : GeographyPoint

参数

返回值

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

请参阅

参考

GeographyPoint 类

Create 重载

System.Spatial 命名空间