Partager via


SqlSpatialServices.Intersects Méthode

Définition

Surcharges

Intersects(DbGeography, DbGeography)

Détermine si les deux valeurs DbGeography données se coupent de façon spatiale.

Intersects(DbGeometry, DbGeometry)

Détermine si les deux valeurs DbGeometry données se coupent de façon spatiale.

Intersects(DbGeography, DbGeography)

Détermine si les deux valeurs DbGeography données se coupent de façon spatiale.

public override bool Intersects (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Intersects : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Paramètres

geographyValue
DbGeography

Première valeur géographique à comparer pour identifier l'intersection.

otherGeography
DbGeography

Deuxième valeur géographique à comparer pour identifier l'intersection.

Retours

true si geographyValue croise otherGeography ; sinon, false.

S’applique à

Intersects(DbGeometry, DbGeometry)

Détermine si les deux valeurs DbGeometry données se coupent de façon spatiale.

public override bool Intersects (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Intersects : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Paramètres

geometryValue
DbGeometry

Première valeur géométrique à comparer pour identifier l'intersection.

otherGeometry
DbGeometry

Deuxième valeur géométrique à comparer pour identifier l'intersection.

Retours

true si geometryValue croise d’autresgéométrie ; sinon, false.

S’applique à