共用方式為


DbGeometry.Relate 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

依據指定的維度延伸九交模型 (DE-9IM) 交集模式,判斷此 DbGeometry 值是否在空間上與指定的 DbGeometry 引數有關聯。

命名空間:  System.Data.Entity.Spatial
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Function Relate ( _
    other As DbGeometry, _
    matrix As String _
) As Boolean
'用途
Dim instance As DbGeometry 
Dim other As DbGeometry 
Dim matrix As String 
Dim returnValue As Boolean 

returnValue = instance.Relate(other, matrix)
public bool Relate(
    DbGeometry other,
    string matrix
)
public:
bool Relate(
    DbGeometry^ other, 
    String^ matrix
)
member Relate : 
        other:DbGeometry * 
        matrix:string -> bool
public function Relate(
    other : DbGeometry, 
    matrix : String
) : boolean

參數

  • matrix
    類型:System.String
    包含定義關聯性之 (DE-9IM) 交集模式文字表示的字串。

傳回值

類型:System.Boolean
若依據指定的交集模式矩陣,此幾何值和 other 相關,則為 true,否則為 false。

例外狀況

例外狀況 條件
ArgumentNullException

other 和 matrix 為 null。

請參閱

參考

DbGeometry 類別

System.Data.Entity.Spatial 命名空間