Partilhar via


DbSpatialServices.Crosses(DbGeometry, DbGeometry) Método

Definição

Determina se os dois dados DbGeometry valores se cruzam espacialmente.

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

Parâmetros

geometryValue
DbGeometry

O primeiro valor de geometria.

otherGeometry
DbGeometry

O segundo valor de geometria.

Retornos

true se geometryValue cruza otherGeometry; caso contrário, false.

Exceções

geometryValue ouotherGeometry é nulo.

geometryValue ouotherGeometry não é compatível com essa implementação de serviços espaciais.

Aplica-se a