Sdílet prostřednictvím


SqlSpatialServices.Disjoint Metoda

Definice

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 override bool Disjoint (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Disjoint : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides 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.

Platí pro

Disjoint(DbGeometry, DbGeometry)

Určuje, zda jsou tyto dvě hodnoty DbGeometry prostorově oddělené.

public override bool Disjoint (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Disjoint : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides 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.

Platí pro