Поделиться через


SqlSpatialServices.Intersects - метод (DbGeography, DbGeography)

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Определяет, пересекаются ли два заданных значения DbGeography.

Пространство имен:  System.Data.Entity.SqlServer
Сборка:  EntityFramework.SqlServer (в EntityFramework.SqlServer.dll)

Синтаксис

'Декларация
Public Overrides Function Intersects ( _
    geographyValue As DbGeography, _
    otherGeography As DbGeography _
) As Boolean
'Применение
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim otherGeography As DbGeography 
Dim returnValue As Boolean 

returnValue = instance.Intersects(geographyValue, _
    otherGeography)
public override bool Intersects(
    DbGeography geographyValue,
    DbGeography otherGeography
)
public:
virtual bool Intersects(
    DbGeography^ geographyValue, 
    DbGeography^ otherGeography
) override
abstract Intersects : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> bool  
override Intersects : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> bool
public override function Intersects(
    geographyValue : DbGeography, 
    otherGeography : DbGeography
) : boolean

Параметры

Возвращаемое значение

Тип: System.Boolean
Значение true, если geographyValue пересекается с otherGeography; в противном случае — значение false.

См. также

Справочник

SqlSpatialServices Класс

Intersects - перегрузка

System.Data.Entity.SqlServer - пространство имен