DbSpatialServices.Intersects Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 abstract bool Intersects (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.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 verificare l'intersezione.
Restituisce
true se geographyValue interseca altreGeography; in caso contrario false.
Eccezioni
geographyValue
oppureotherGeography
è null.
geographyValue
oppureotherGeography
non è compatibile con questa implementazione dei servizi spaziali.
Si applica a
Intersects(DbGeometry, DbGeometry)
Determina se i due valori DbGeometry specificati si intersecano dal punto di vista spaziale.
public abstract bool Intersects (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride 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.
Eccezioni
geometryValue
oppureotherGeometry
è null.
geometryValue
oppureotherGeometry
non è compatibile con questa implementazione dei servizi spaziali.