DbSpatialServices.Difference 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
Difference(DbGeography, DbGeography) |
Calcola la differenza di due valori DbGeography. |
Difference(DbGeometry, DbGeometry) |
Calcola la differenza tra due valori DbGeometry. |
Difference(DbGeography, DbGeography)
Calcola la differenza di due valori DbGeography.
public abstract System.Data.Entity.Spatial.DbGeography Difference (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Difference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function Difference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Parametri
- geographyValue
- DbGeography
Primo valore geografico.
- otherGeography
- DbGeography
Secondo valore geografico.
Restituisce
Nuovo valore DbGeography che rappresenta la differenza di geographyValue e altreGeography.
Eccezioni
geographyValue
oppureotherGeography
è null.
geographyValue
oppureotherGeography
non è compatibile con questa implementazione dei servizi spaziali.
Si applica a
Difference(DbGeometry, DbGeometry)
Calcola la differenza tra due valori DbGeometry.
public abstract System.Data.Entity.Spatial.DbGeometry Difference (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Difference : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function Difference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
Parametri
- geometryValue
- DbGeometry
Primo valore geometrico.
- otherGeometry
- DbGeometry
Secondo valore geometrico.
Restituisce
Nuovo valore DbGeometry che rappresenta la differenza tra geometryValue e altreGeometry.
Eccezioni
geometryValue
oppureotherGeometry
è null.
geometryValue
oppureotherGeometry
non è compatibile con questa implementazione dei servizi spaziali.