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


DbSpatialServices.Within(DbGeometry, DbGeometry) Метод

Определение

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

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

Параметры

geometryValue
DbGeometry

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

otherGeometry
DbGeometry

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

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

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

Исключения

geometryValue otherGeometry

geometryValue otherGeometry

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