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


DbSpatialServices.Intersects Метод

Определение

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

Перегрузки

Intersects(DbGeography, DbGeography)

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

Intersects(DbGeometry, DbGeometry)

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

Intersects(DbGeography, DbGeography)

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

public:
 abstract bool Intersects(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Intersects (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Параметры

geographyValue
DbGeography

Первое географическое значение для сравнения на предмет наличия пересечений.

otherGeography
DbGeography

Второе географическое значение для сравнения на предмет пересечения.

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

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

Исключения

geographyValue otherGeography

geographyValue otherGeography

Применяется к

Intersects(DbGeometry, DbGeometry)

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

public:
 abstract bool Intersects(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Intersects (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Параметры

geometryValue
DbGeometry

Первое геометрическое значение для сравнения на предмет наличия пересечений.

otherGeometry
DbGeometry

Второе геометрическое значение для сравнения на предмет пересечения.

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

Значение true, если geometryValue пересекается с otherGeometry; в противном случае — значение false.

Исключения

geometryValue otherGeometry

geometryValue otherGeometry

Применяется к