Condividi tramite


SqlSpatialServices.Intersects Metodo

Definizione

Overload

Intersects(DbGeography, DbGeography)

Determina se i due valori DbGeography specificati si intersecano dal punto di vista spaziale.

Intersects(DbGeometry, DbGeometry)

Determina se i due valori DbGeometry specificati si intersecano dal punto di vista spaziale.

Intersects(DbGeography, DbGeography)

Determina se i due valori DbGeography specificati si intersecano dal punto di vista spaziale.

public override bool Intersects(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Intersects : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides 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 verificare l'intersezione.

Restituisce

true se geographyValue interseca altriGeography; in caso contrario false.

Si applica a

Intersects(DbGeometry, DbGeometry)

Determina se i due valori DbGeometry specificati si intersecano dal punto di vista spaziale.

public override bool Intersects(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Intersects : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametri

geometryValue
DbGeometry

Primo valore geometrico da confrontare per l'intersezione.

otherGeometry
DbGeometry

Secondo valore geometrico da confrontare per verificare l'intersezione.

Restituisce

true se geometryValue interseca altriGeometry; in caso contrario false.

Si applica a