次の方法で共有


DbSpatialServices.Within(DbGeometry, DbGeometry) メソッド

定義

一方の DbGeometry 値が空間的に他方の値内にあるかどうかを判断します。

public:
 abstract bool Within(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Within (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Within : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Within (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

パラメーター

geometryValue
DbGeometry

最初の geometry 値。

otherGeometry
DbGeometry

2 番目の geometry 値。

戻り値

geometryValueotherGeometry 内にある場合は true。それ以外の場合は false

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象