Sdílet prostřednictvím


DbSpatialServices.Intersects Metoda

Definice

Určuje, zda se dvě zadané hodnoty prostorově protínají.

Přetížení

Intersects(DbGeography, DbGeography)

Určuje, zda se dvě zadané DbGeography hodnoty prostorově protínají.

Intersects(DbGeometry, DbGeometry)

Určuje, zda se dvě zadané DbGeometry hodnoty prostorově protínají.

Intersects(DbGeography, DbGeography)

Určuje, zda se dvě zadané DbGeography hodnoty prostorově protínají.

public:
 abstract bool Intersects(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Intersects (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Parametry

geographyValue
DbGeography

První geografická hodnota, která se má porovnat pro průnik.

otherGeography
DbGeography

Druhá zeměpisná hodnota, která se má porovnat pro průnik.

Návraty

true pokud geographyValue se protíná otherGeography; jinak false.

Výjimky

geographyValue otherGeography

geographyValue otherGeography

Platí pro

Intersects(DbGeometry, DbGeometry)

Určuje, zda se dvě zadané DbGeometry hodnoty prostorově protínají.

public:
 abstract bool Intersects(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Intersects (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametry

geometryValue
DbGeometry

První hodnota geometrie, která se má porovnat pro průsečík.

otherGeometry
DbGeometry

Druhá hodnota geometrie, která se má porovnat pro průsečík.

Návraty

true pokud geometryValue se protíná otherGeometry; jinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro