次の方法で共有


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 名前空間