次の方法で共有


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

定義

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

public override bool Within(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Within : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Within (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

パラメーター

geometryValue
DbGeometry

最初の geometry 値。

otherGeometry
DbGeometry

2 番目の geometry 値。

戻り値

geometryValue が otherGeometry 内にある場合は true。それ以外の場合は false。

適用対象