Sdílet prostřednictvím


DbSpatialServices.Crosses(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda se tyto dvě hodnoty DbGeometry prostorově protínaly.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

true pokud geometryValue se kříží otherGeometry, jinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro