Partager via


DbSpatialServices.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 abstract bool Disjoint (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.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 la disjointité.

otherGeography
DbGeography

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

Retours

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

Exceptions

geographyValue ouotherGeography a la valeur null.

geographyValue ouotherGeography n’est pas compatible avec cette implémentation des services spatiaux.

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.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Disjoint : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.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 la disjointité.

otherGeometry
DbGeometry

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

Retours

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

Exceptions

geometryValue ouotherGeometry a la valeur null.

geometryValue ouotherGeometry n’est pas compatible avec cette implémentation des services spatiaux.

S’applique à