Condividi tramite


DbSpatialServices.Crosses(DbGeometry, DbGeometry) Metodo

Definizione

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

public:
 abstract bool Crosses(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Crosses (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Crosses : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride 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 attraversa otherGeometry; in caso contrario, false.

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a