Partage via


DbSpatialServices.Disjoint Méthode

Définition

Détermine si les deux valeurs données sont disjointes de façon spatiale.

Surcharges

Disjoint(DbGeography, DbGeography)

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

Disjoint(DbGeometry, DbGeometry)

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

Disjoint(DbGeography, DbGeography)

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

public:
 abstract bool Disjoint(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Disjoint (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Paramètres

geographyValue
DbGeography

Première valeur géographique à comparer pour identifier les problèmes de jointure.

otherGeography
DbGeography

Deuxième valeur géographique à comparer pour identifier les problèmes de jointure.

Retours

true si geographyValue est disjoint de otherGeography ; sinon, false.

Exceptions

geographyValue otherGeography

geographyValue otherGeography

S’applique à

Disjoint(DbGeometry, DbGeometry)

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

public:
 abstract bool Disjoint(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Disjoint (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Disjoint : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Disjoint (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Paramètres

geometryValue
DbGeometry

Première valeur géométrique à comparer pour identifier les problèmes de jointure.

otherGeometry
DbGeometry

Deuxième valeur géométrique à comparer pour identifier les problèmes de jointure.

Retours

true si geometryValue est disjoint de otherGeometry ; sinon, false.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à