Sdílet prostřednictvím


DbSpatialServices.Overlaps(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda se tyto dvě hodnoty DbGeometry prostorově překrývají.

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

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

true pokud geometryValue se překrývá otherGeometry; jinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro