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

定義

一方の DbGeometry 値に他方が空間的に含まれているかどうかを判断します。

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

パラメーター

geometryValue
DbGeometry

最初のジオメトリ値。

otherGeometry
DbGeometry

2 番目のジオメトリ値。

返品

true geometryValueotherGeometryが含まれている場合は、それ以外の場合はfalse

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象