DbSpatialServices.Crosses(DbGeometry, DbGeometry) Metod

Definition

Avgör om de två angivna DbGeometry värdena korsar rumsligt.

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

Parametrar

geometryValue
DbGeometry

Det första geometrivärdet.

otherGeometry
DbGeometry

Det andra geometrivärdet.

Returer

true om geometryValue korsar otherGeometry; annars false.

Undantag

geometryValue otherGeometry

geometryValue otherGeometry

Gäller för