SqlSpatialServices.Intersection 方法 (DbGeometry, DbGeometry)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
計算兩個 DbGeometry 值的交集。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function Intersection ( _
geometryValue As DbGeometry, _
otherGeometry As DbGeometry _
) As DbGeometry
'用途
Dim instance As SqlSpatialServices
Dim geometryValue As DbGeometry
Dim otherGeometry As DbGeometry
Dim returnValue As DbGeometry
returnValue = instance.Intersection(geometryValue, _
otherGeometry)
public override DbGeometry Intersection(
DbGeometry geometryValue,
DbGeometry otherGeometry
)
public:
virtual DbGeometry^ Intersection(
DbGeometry^ geometryValue,
DbGeometry^ otherGeometry
) override
abstract Intersection :
geometryValue:DbGeometry *
otherGeometry:DbGeometry -> DbGeometry
override Intersection :
geometryValue:DbGeometry *
otherGeometry:DbGeometry -> DbGeometry
public override function Intersection(
geometryValue : DbGeometry,
otherGeometry : DbGeometry
) : DbGeometry
參數
- geometryValue
類型:System.Data.Entity.Spatial.DbGeometry
第一個幾何值。
- otherGeometry
類型:System.Data.Entity.Spatial.DbGeometry
第二個地理位置值。
傳回值
類型:System.Data.Entity.Spatial.DbGeometry
表示 geographyValue 與 otherGeography 之間交集的新 DbGeometry 值。