Sdílet prostřednictvím


DbSpatialServices.Crosses(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda se tyto dvě hodnoty DbGeometry prostorově kříží.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

true pokud geometryValue kříží jinéGeometry; jinak false.

Výjimky

geometryValue nebootherGeometry je null.

geometryValue nebootherGeometry není kompatibilní s touto implementací prostorových služeb.

Platí pro