次の方法で共有


DbSpatialServices.GetIsClosed メソッド

定義

指定された DbGeography 値が閉じているかどうかを表す null 許容型のブール値を返します。

オーバーロード

GetIsClosed(DbGeography)

指定された DbGeography 値が閉じているかどうかを表す null 許容型のブール値を返します。値が曲線を表していない場合は null が返されます。

GetIsClosed(DbGeometry)

指定された DbGeometry 値が閉じているかどうかを表す null 許容型のブール値を返します。値が曲線を表していない場合は null が返されます。

GetIsClosed(DbGeography)

指定された DbGeography 値が閉じているかどうかを表す null 許容型のブール値を返します。値が曲線を表していない場合は null が返されます。

public:
 abstract Nullable<bool> GetIsClosed(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract bool? GetIsClosed (System.Data.Spatial.DbGeography geographyValue);
abstract member GetIsClosed : System.Data.Spatial.DbGeography -> Nullable<bool>
Public MustOverride Function GetIsClosed (geographyValue As DbGeography) As Nullable(Of Boolean)

パラメーター

geographyValue
DbGeography

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

戻り値

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

例外

geographyValue

geographyValue

適用対象

GetIsClosed(DbGeometry)

指定された DbGeometry 値が閉じているかどうかを表す null 許容型のブール値を返します。値が曲線を表していない場合は null が返されます。

public:
 abstract Nullable<bool> GetIsClosed(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract bool? GetIsClosed (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetIsClosed : System.Data.Spatial.DbGeometry -> Nullable<bool>
Public MustOverride Function GetIsClosed (geometryValue As DbGeometry) As Nullable(Of Boolean)

パラメーター

geometryValue
DbGeometry

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

戻り値

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

例外

geometryValue

geometryValue

適用対象