Condividi tramite


SqlSpatialServices.Crosses(DbGeometry, DbGeometry) Metodo

Definizione

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

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Restituisce

true se geometryValue interseca altrigeometry; in caso contrario false.

Si applica a