다음을 통해 공유


SqlSpatialFunctions.PointGeometry 메서드

정의

SRID(공간 참조 ID)와 x 및 y 값에서 Point 인스턴스를 나타내는 기하 도형 인스턴스를 생성합니다.

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

매개 변수

xCoordinate
Nullable<Double>

만드는 점의 X 좌표입니다.

yCoordinate
Nullable<Double>

생성되는 점의 y 좌표입니다.

spatialReferenceId
Nullable<Int32>

지리 인스턴스의 SRID입니다.

반환

생성된 기하 도형 인스턴스입니다.

특성

적용 대상