Lingua

SqlSpatialServices.SymmetricDifference Metodo

Definizione

Overload

Nome Descrizione
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 override System.Data.Entity.Spatial.DbGeography SymmetricDifference(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.SymmetricDifference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function SymmetricDifference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parametri

geographyValue
DbGeography

Primo valore geografico.

otherGeography
DbGeography

Secondo valore geografico.

Valori restituiti

Nuovo DbGeography valore che rappresenta la differenza simmetrica di geographyValue e otherGeography.

Si applica a

SymmetricDifference(DbGeometry, DbGeometry)

Calcola la differenza simmetrica tra due valori DbGeometry.

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Valori restituiti

DbGeometry Nuovo valore che rappresenta la differenza simmetrica tra geometryValue e otherGeometry.

Si applica a