다음을 통해 공유


SqlSpatialServices.GetIsClosed 메서드

정의

오버로드

GetIsClosed(DbGeography)

지정한 DbGeography 값이 닫혔는지 여부에 대해 null을 허용하는 부울 값을 받습니다. 이 경우 값이 곡선을 나타내지 않으면 null이 될 수 있습니다.

GetIsClosed(DbGeometry)

지정한 DbGeometry 값이 닫혔는지 여부에 대해 null을 허용하는 부울 값을 받습니다. 이 경우 값이 곡선을 나타내지 않으면 null이 될 수 있습니다.

GetIsClosed(DbGeography)

지정한 DbGeography 값이 닫혔는지 여부에 대해 null을 허용하는 부울 값을 받습니다. 이 경우 값이 곡선을 나타내지 않으면 null이 될 수 있습니다.

public override Nullable<bool> GetIsClosed(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetIsClosed : System.Data.Entity.Spatial.DbGeography -> Nullable<bool>
Public Overrides Function GetIsClosed (geographyValue As DbGeography) As Nullable(Of Boolean)

매개 변수

geographyValue
DbGeography

곡선을 나타낼 필요가 없는 지리 값입니다.

반환

지정된 DbGeography 값이 닫혀 있으면 True이고, 그렇지 않으면 false입니다.

적용 대상

GetIsClosed(DbGeometry)

지정한 DbGeometry 값이 닫혔는지 여부에 대해 null을 허용하는 부울 값을 받습니다. 이 경우 값이 곡선을 나타내지 않으면 null이 될 수 있습니다.

public override Nullable<bool> GetIsClosed(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsClosed : System.Data.Entity.Spatial.DbGeometry -> Nullable<bool>
Public Overrides Function GetIsClosed (geometryValue As DbGeometry) As Nullable(Of Boolean)

매개 변수

geometryValue
DbGeometry

곡선을 나타낼 필요가 없는 기하 값입니다.

반환

지정된 DbGeography 값이 닫혀 있으면 True이고, 그렇지 않으면 false입니다.

적용 대상