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

定義

1 つの 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

最初のジオメトリ値。

otherGeometry
DbGeometry

2 番目のジオメトリ値。

返品

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

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象