Udostępnij za pośrednictwem


DbSpatialServices.Overlaps(DbGeometry, DbGeometry) Metoda

Definicja

Określa, czy dwie podane DbGeometry wartości przestrzennie nakładają się na siebie.

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

Parametry

geometryValue
DbGeometry

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometrii.

Zwraca

true jeśli geometryValue nakładają się na siebie otherGeometry; w przeciwnym razie false.

Wyjątki

geometryValue otherGeometry

geometryValue otherGeometry

Dotyczy