Compartir a través de


SqlSpatialServices.Crosses(DbGeometry, DbGeometry) Método

Definición

Determina si los dos valores especificados de DbGeometry se cruzan espacialmente.

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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

true si geometryValue cruza otherGeometry; de lo contrario, false.

Se aplica a