DbSpatialServices.Crosses(DbGeometry, DbGeometry) Methode

Definitie

Bepaalt of de twee gegeven DbGeometry waarden ruimtelijk kruisen.

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

Parameters

geometryValue
DbGeometry

De eerste geometriewaarde.

otherGeometry
DbGeometry

De tweede geometriewaarde.

Retouren

true indien geometryValue kruisen otherGeometry; anders false.

Uitzonderingen

geometryValue otherGeometry

geometryValue otherGeometry

Van toepassing op