DbSpatialServices.Disjoint 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
Disjoint(DbGeography, DbGeography) |
Determina se i due valori DbGeography specificati sono contigui dal punto di vista spaziale. |
Disjoint(DbGeometry, DbGeometry) |
Determina se i due valori DbGeometry specificati sono contigui dal punto di vista spaziale. |
Disjoint(DbGeography, DbGeography)
Determina se i due valori DbGeography specificati sono contigui dal punto di vista spaziale.
public abstract bool Disjoint (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public MustOverride Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Parametri
- geographyValue
- DbGeography
Primo valore geografico da confrontare per la disgiunzione.
- otherGeography
- DbGeography
Secondo valore geografico da confrontare per la disgiunzione.
Restituisce
true se geographyValue è disgiunte dall'altroGeography; in caso contrario false.
Eccezioni
geographyValue
oppureotherGeography
è null.
geographyValue
oppureotherGeography
non è compatibile con questa implementazione dei servizi spaziali.
Si applica a
Disjoint(DbGeometry, DbGeometry)
Determina se i due valori DbGeometry specificati sono contigui dal punto di vista spaziale.
public abstract bool Disjoint (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Disjoint : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function Disjoint (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parametri
- geometryValue
- DbGeometry
Primo valore geometry da confrontare per la disgiunzione.
- otherGeometry
- DbGeometry
Secondo valore geometry da confrontare per la disgiunzione.
Restituisce
true se geometryValue è disgiunto da altriGeometry; in caso contrario false.
Eccezioni
geometryValue
oppureotherGeometry
è null.
geometryValue
oppureotherGeometry
non è compatibile con questa implementazione dei servizi spaziali.