Freigeben über


GeographyPoint.Create-Methode (Double, Double, Nullable<Double>, Nullable<Double>)

Erstellt einen Geografiepunkt unter Verwendung der angegebenen Breite, Länge und Dimensionen.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    latitude As Double, _
    longitude As Double, _
    z As Nullable(Of Double), _
    m As Nullable(Of Double) _
) As GeographyPoint
'Usage
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(latitude, _
    longitude, z, m)
public static GeographyPoint Create(
    double latitude,
    double longitude,
    Nullable<double> z,
    Nullable<double> m
)
public:
static GeographyPoint^ Create(
    double latitude, 
    double longitude, 
    Nullable<double> z, 
    Nullable<double> m
)
static member Create : 
        latitude:float * 
        longitude:float * 
        z:Nullable<float> * 
        m:Nullable<float> -> GeographyPoint 
public static function Create(
    latitude : double, 
    longitude : double, 
    z : Nullable<double>, 
    m : Nullable<double>
) : GeographyPoint

Parameter

Rückgabewert

Typ: System.Spatial.GeographyPoint
Der erstellte Geografiepunkt.

Siehe auch

Verweis

GeographyPoint Klasse

Create-Überladung

System.Spatial-Namespace