DbSpatialServices.Within(DbGeometry, DbGeometry) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
geometryValueがotherGeometry内にある場合は ɴ。それ以外の場合はfalse。
例外
geometryValue
otherGeometry
geometryValue
otherGeometry