Sdílet prostřednictvím


DbSpatialServices.Disjoint Metoda

Definice

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

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::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

Parametry

geographyValue
DbGeography

První geografická hodnota, která se má porovnat z důvodu disjointedness.

otherGeography
DbGeography

Druhá geografická hodnota, která se má porovnat z důvodu disjointedness.

Návraty

true pokud geographyValue je nesouvislý s otherGeography; jinak false.

Výjimky

geographyValue otherGeography

geographyValue otherGeography

Platí pro

Disjoint(DbGeometry, DbGeometry)

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

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie, která se má porovnat z důvodu disjointedness.

otherGeometry
DbGeometry

Druhá hodnota geometrie, která se má porovnat pro nesouvislost.

Návraty

true pokud geometryValue je nesouvislý s otherGeometry; jinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro