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

曲線を表す必要のない geography 値。

返品

指定 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

曲線を表す必要のない geometry 値。

返品

指定 DbGeography した値が閉じている場合は True、それ以外の場合は false。

適用対象