Condividi tramite


SqlSpatialServices.Overlaps(DbGeometry, DbGeometry) Metodo

Definizione

Determina se i due valori DbGeometry specificati si sovrappongono dal punto di vista spaziale.

public override bool Overlaps(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Overlaps : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Overlaps (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Restituisce

true se geometryValue si sovrappone ad altrigeometry; in caso contrario false.

Si applica a