Freigeben über


DbSpatialServices.Disjoint Methode

Definition

Bestimmt, ob die beiden angegebenen Werte räumlich disjunkt sind.

Überlädt

Disjoint(DbGeography, DbGeography)

Bestimmt, ob die beiden angegebenen DbGeography-Werte räumlich disjunkt sind.

Disjoint(DbGeometry, DbGeometry)

Bestimmt, ob die beiden angegebenen DbGeometry-Werte räumlich disjunkt sind.

Disjoint(DbGeography, DbGeography)

Bestimmt, ob die beiden angegebenen DbGeography-Werte räumlich disjunkt sind.

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

Parameter

geographyValue
DbGeography

Der erste auf Disjunktheit zu vergleichende Geografiewert.

otherGeography
DbGeography

Der zweite auf Disjunktheit zu vergleichende Geografiewert.

Gibt zurück

true, wenn geographyValue von otherGeography getrennt ist; andernfalls false.

Ausnahmen

geographyValue otherGeography

geographyValue otherGeography

Gilt für:

Disjoint(DbGeometry, DbGeometry)

Bestimmt, ob die beiden angegebenen DbGeometry-Werte räumlich disjunkt sind.

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

Parameter

geometryValue
DbGeometry

Der erste auf Disjunktheit zu vergleichende Geometriewert.

otherGeometry
DbGeometry

Der zweite auf Disjunktheit zu vergleichende Geometriewert.

Gibt zurück

true, wenn geometryValue von otherGeometry getrennt ist; andernfalls false.

Ausnahmen

geometryValue otherGeometry

geometryValue otherGeometry

Gilt für: