DbSpatialServices.Disjoint Methode

Definition

Bestimmt, ob die beiden angegebenen Werte miteinander getrennt sind.

Überlädt

Name Beschreibung
Disjoint(DbGeography, DbGeography)

Bestimmt, ob die beiden angegebenen DbGeography Werte miteinander getrennt sind.

Disjoint(DbGeometry, DbGeometry)

Bestimmt, ob die beiden angegebenen DbGeometry Werte miteinander getrennt sind.

Disjoint(DbGeography, DbGeography)

Bestimmt, ob die beiden angegebenen DbGeography Werte miteinander getrennt 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 geografiewert, der für Nichtverknüpfung verglichen werden soll.

otherGeography
DbGeography

Der zweite geografiewert, der für Unzufriedenheit verglichen werden soll.

Gibt zurück

true if geographyValue is disjoint from otherGeography; otherwise false.

Ausnahmen

geographyValue otherGeography

geographyValue otherGeography

Gilt für:

Disjoint(DbGeometry, DbGeometry)

Bestimmt, ob die beiden angegebenen DbGeometry Werte miteinander getrennt 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 Geometriewert, der für nicht zusammenhängende Werte verglichen werden soll.

otherGeometry
DbGeometry

Der zweite Geometriewert, der für nicht zusammenhängende Werte verglichen werden soll.

Gibt zurück

true if geometryValue is disjoint from otherGeometry; otherwise false.

Ausnahmen

geometryValue otherGeometry

geometryValue otherGeometry

Gilt für: