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


SqlSpatialServices.Touches(DbGeometry, DbGeometry) Метод

Определение

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

public override bool Touches(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Touches : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Touches (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Параметры

geometryValue
DbGeometry

Первое геометрическое значение.

otherGeometry
DbGeometry

Второе геометрическое значение.

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

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

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