Compartir a través de


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.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Overlaps : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.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 se superpone a otherGeometry; en caso contrario, false.

Excepciones

geometryValue ootherGeometry es null.

geometryValue ootherGeometry no es compatible con esta implementación de servicios espaciales.

Se aplica a