DbSpatialServices.SymmetricDifference 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.
Calcola la differenza simmetrica di due valori.
Overload
SymmetricDifference(DbGeography, DbGeography) |
Calcola la differenza simmetrica di due valori DbGeography. |
SymmetricDifference(DbGeometry, DbGeometry) |
Calcola la differenza simmetrica tra due valori DbGeometry. |
SymmetricDifference(DbGeography, DbGeography)
Calcola la differenza simmetrica di due valori DbGeography.
public:
abstract System::Data::Spatial::DbGeography ^ SymmetricDifference(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography SymmetricDifference (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member SymmetricDifference : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function SymmetricDifference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Parametri
- geographyValue
- DbGeography
Primo valore geografico.
- otherGeography
- DbGeography
Secondo valore geografico.
Restituisce
Nuovo valore di DbGeography che rappresenta la differenza simmetrica tra geographyValue
e otherGeography
.
Eccezioni
geographyValue
otherGeography
geographyValue
otherGeography
Si applica a
SymmetricDifference(DbGeometry, DbGeometry)
Calcola la differenza simmetrica tra due valori DbGeometry.
public:
abstract System::Data::Spatial::DbGeometry ^ SymmetricDifference(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry SymmetricDifference (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member SymmetricDifference : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function SymmetricDifference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
Parametri
- geometryValue
- DbGeometry
Primo valore geometrico.
- otherGeometry
- DbGeometry
Secondo valore geometrico.
Restituisce
Nuovo valore di DbGeometry che rappresenta la differenza simmetrica tra geometryValue
e otherGeometry
.
Eccezioni
geometryValue
otherGeometry
geometryValue
otherGeometry