Share via


DbSpatialServices.Overlaps(DbGeometry, DbGeometry) Método

Definición

Determina si los dos valores especificados de DbGeometry están superpuestos espacialmente.

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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

true si geometryValue superpone otherGeometry; de lo contrario, false.

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a