Partager via


SqlSpatialServices.Disjoint Méthode

Définition

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 override bool Disjoint (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Disjoint : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Paramètres

geographyValue
DbGeography

Première valeur géographique à comparer pour la disjointité.

otherGeography
DbGeography

Deuxième valeur géographique à comparer pour la disjointité.

Retours

true si geographyValue est disjoint d’otherGeography ; sinon, false.

S’applique à

Disjoint(DbGeometry, DbGeometry)

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

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

Paramètres

geometryValue
DbGeometry

Première valeur géométrique à comparer pour la disjointité.

otherGeometry
DbGeometry

Deuxième valeur géométrique à comparer pour la disjointité.

Retours

true si geometryValue est disjoint d’otherGeometry ; sinon, false.

S’applique à