SqlSpatialFunctions.PointGeometry Methode

Definition

Erstellt aus den x- und y-Werten und einer räumliches Bezugs-ID (SRID) eine Geometrieinstanz, die eine Punktinstanz darstellt.

public:
 static System::Data::Spatial::DbGeometry ^ PointGeometry(Nullable<double> xCoordinate, Nullable<double> yCoordinate, Nullable<int> spatialReferenceId);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "POINTGEOMETRY")]
public static System.Data.Spatial.DbGeometry PointGeometry (double? xCoordinate, double? yCoordinate, int? spatialReferenceId);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "POINTGEOMETRY")>]
static member PointGeometry : Nullable<double> * Nullable<double> * Nullable<int> -> System.Data.Spatial.DbGeometry
Public Shared Function PointGeometry (xCoordinate As Nullable(Of Double), yCoordinate As Nullable(Of Double), spatialReferenceId As Nullable(Of Integer)) As DbGeometry

Parameter

xCoordinate
Nullable<Double>

Die x-Koordinate des zu generierenden Punkts.

yCoordinate
Nullable<Double>

Die y-Koordinate des generierten Punkts.

spatialReferenceId
Nullable<Int32>

Die SRID der Geografieinstanz.

Gibt zurück

Die erstellte Geometrieinstanz.

Attribute

Gilt für: