DbSpatialServices.Intersects Metodo

Definizione

Determina se i due valori specificati si intersecano nello spazio.

Overload

Nome Descrizione
Intersects(DbGeography, DbGeography)

Determina se i due valori specificati DbGeography si intersecano nello spazio.

Intersects(DbGeometry, DbGeometry)

Determina se i due valori specificati DbGeometry si intersecano nello spazio.

Intersects(DbGeography, DbGeography)

Determina se i due valori specificati DbGeography si intersecano nello spazio.

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

Parametri

geographyValue
DbGeography

Primo valore geografico da confrontare per l'intersezione.

otherGeography
DbGeography

Secondo valore geografico da confrontare per l'intersezione.

Valori restituiti

true se geographyValue interseca otherGeography; in caso contrario false, .

Eccezioni

geographyValue otherGeography

geographyValue otherGeography

Si applica a

Intersects(DbGeometry, DbGeometry)

Determina se i due valori specificati DbGeometry si intersecano nello spazio.

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

Parametri

geometryValue
DbGeometry

Primo valore di geometria da confrontare per l'intersezione.

otherGeometry
DbGeometry

Secondo valore di geometria da confrontare per l'intersezione.

Valori restituiti

true se geometryValue interseca otherGeometry; in caso contrario false, .

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a