DbSpatialServices.Disjoint Méthode

Définition

Détermine si les deux valeurs données sont disjointes spatialement.

Surcharges

Nom Description
Disjoint(DbGeography, DbGeography)

Détermine si les deux valeurs données DbGeography sont disjointes spatialement.

Disjoint(DbGeometry, DbGeometry)

Détermine si les deux valeurs données DbGeometry sont disjointes spatialement.

Disjoint(DbGeography, DbGeography)

Détermine si les deux valeurs données DbGeography sont disjointes spatialement.

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 la disjointité.

otherGeography
DbGeography

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

Retours

true s’il geographyValue est disjoint de otherGeography; sinon false.

Exceptions

geographyValue otherGeography

geographyValue otherGeography

S’applique à

Disjoint(DbGeometry, DbGeometry)

Détermine si les deux valeurs données DbGeometry sont disjointes spatialement.

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 la disjointité.

otherGeometry
DbGeometry

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

Retours

true s’il geometryValue est disjoint de otherGeometry; sinon false.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à