Partager via


DbSpatialServices.Intersects Méthode

Définition

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

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:
 abstract bool Intersects(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Intersects (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride 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 entre en intersection avec otherGeography ; sinon false.

Exceptions

geographyValue otherGeography

geographyValue otherGeography

S’applique à

Intersects(DbGeometry, DbGeometry)

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

public:
 abstract bool Intersects(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Intersects (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride 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 entre en intersection avec otherGeometry ; sinon false.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à