SqlSpatialServices.Disjoint - метод (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 Disjoint ( _
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.Disjoint(geographyValue, _
otherGeography)
public override bool Disjoint(
DbGeography geographyValue,
DbGeography otherGeography
)
public:
virtual bool Disjoint(
DbGeography^ geographyValue,
DbGeography^ otherGeography
) override
abstract Disjoint :
geographyValue:DbGeography *
otherGeography:DbGeography -> bool
override Disjoint :
geographyValue:DbGeography *
otherGeography:DbGeography -> bool
public override function Disjoint(
geographyValue : DbGeography,
otherGeography : DbGeography
) : boolean
Параметры
- geographyValue
Тип: System.Data.Entity.Spatial.DbGeography
Первое значение geography для сравнения на отсутствие перекрытия.
- otherGeography
Тип: System.Data.Entity.Spatial.DbGeography
Второе значение geography для сравнения на отсутствие перекрытия.
Возвращаемое значение
Тип: System.Boolean
Значение true, если geographyValue не имеет пространственного перекрытия с otherGeography; в противном случае — значение false.