DbSpatialServices.Disjoint Methode

Definitie

Bepaalt of de twee opgegeven waarden ruimtelijk niet aan elkaar zijn toegestaan.

Overloads

Name Description
Disjoint(DbGeography, DbGeography)

Bepaalt of de twee opgegeven DbGeography waarden ruimtelijk niet aan elkaar zijn toegestaan.

Disjoint(DbGeometry, DbGeometry)

Bepaalt of de twee opgegeven DbGeometry waarden ruimtelijk niet aan elkaar zijn toegestaan.

Disjoint(DbGeography, DbGeography)

Bepaalt of de twee opgegeven DbGeography waarden ruimtelijk niet aan elkaar zijn toegestaan.

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

Parameters

geographyValue
DbGeography

De eerste geografische waarde die moet worden vergeleken voor niet-aaneengeslotenheid.

otherGeography
DbGeography

De tweede geografische waarde die moet worden vergeleken voor niet-aaneengeslotenheid.

Retouren

true indien geographyValue niet aaneengesloten otherGeographyvan ; anders false.

Uitzonderingen

geographyValue otherGeography

geographyValue otherGeography

Van toepassing op

Disjoint(DbGeometry, DbGeometry)

Bepaalt of de twee opgegeven DbGeometry waarden ruimtelijk niet aan elkaar zijn toegestaan.

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

Parameters

geometryValue
DbGeometry

De eerste geometriewaarde die moet worden vergeleken voor niet-aaneengeslotenheid.

otherGeometry
DbGeometry

De tweede geometriewaarde om te vergelijken voor niet-aaneengeslotenheid.

Retouren

true indien geometryValue niet aaneengesloten otherGeometryvan ; anders false.

Uitzonderingen

geometryValue otherGeometry

geometryValue otherGeometry

Van toepassing op