다음을 통해 공유


SqlSpatialServices.GetPointCount 메서드

정의

오버로드

GetPointCount(DbGeography)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeography 값의 점 개수를 반환합니다.

GetPointCount(DbGeometry)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeometry 값의 점 개수를 반환합니다.

GetPointCount(DbGeography)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeography 값의 점 개수를 반환합니다.

public override Nullable<int> GetPointCount(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetPointCount : System.Data.Entity.Spatial.DbGeography -> Nullable<int>
Public Overrides Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)

매개 변수

geographyValue
DbGeography

선 문자열 또는 선형 링을 나타낼 필요가 없는 지리 값입니다.

반환

지정된 DbGeography 값의 점 개수입니다.

적용 대상

GetPointCount(DbGeometry)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeometry 값의 점 개수를 반환합니다.

public override Nullable<int> GetPointCount(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetPointCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public Overrides Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)

매개 변수

geometryValue
DbGeometry

선 문자열 또는 선형 링을 나타낼 필요가 없는 기하 도형 값입니다.

반환

지정된 DbGeometry 값의 점 개수입니다.

적용 대상