Lingua

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.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Crosses : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.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.

Valori restituiti

true se geometryValue interseca altrigeometry; in caso contrario false.

Eccezioni

geometryValue oppure otherGeometry è null.

geometryValue oppure otherGeometry non è compatibile con questa implementazione dei servizi spaziali.

Si applica a