DbSpatialServices.Disjoint Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Disjoint(DbGeography, DbGeography) |
Určuje, zda jsou tyto dvě hodnoty DbGeography prostorově oddělené. |
Disjoint(DbGeometry, DbGeometry) |
Určuje, zda jsou tyto dvě hodnoty DbGeometry prostorově oddělené. |
Disjoint(DbGeography, DbGeography)
Určuje, zda jsou tyto dvě hodnoty DbGeography prostorově oddělené.
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
Parametry
- geographyValue
- DbGeography
První geografická hodnota, která se má porovnat z důvodu nesouvislosti.
- otherGeography
- DbGeography
Druhá zeměpisná hodnota, která se má porovnat z důvodu disjointness.
Návraty
true pokud geographyValue je nesouvislý s ostatnímiGeography; jinak false.
Výjimky
geographyValue
nebootherGeography
je null.
geographyValue
nebootherGeography
není kompatibilní s touto implementací prostorových služeb.
Platí pro
Disjoint(DbGeometry, DbGeometry)
Určuje, zda jsou tyto dvě hodnoty DbGeometry prostorově oddělené.
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
Parametry
- geometryValue
- DbGeometry
První hodnota geometrie, která se má porovnat z důvodu disjointness.
- otherGeometry
- DbGeometry
Druhá hodnota geometrie, která se má porovnat z důvodu disjointness.
Návraty
true pokud geometryValue je oddělena od jinéGeometry; jinak false.
Výjimky
geometryValue
nebootherGeometry
je null.
geometryValue
nebootherGeometry
není kompatibilní s touto implementací prostorových služeb.
Platí pro
Entity Framework