SqlSpatialServices.SymmetricDifference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SymmetricDifference(DbGeography, DbGeography) |
Computes the symmetric difference of two DbGeography values. |
SymmetricDifference(DbGeometry, DbGeometry) |
Computes the symmetric difference between two DbGeometry values. |
SymmetricDifference(DbGeography, DbGeography)
Computes the symmetric difference of two DbGeography values.
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
Parameters
- geographyValue
- DbGeography
The first geography value.
- otherGeography
- DbGeography
The second geography value.
Returns
A new DbGeography value representing the symmetric difference of geographyValue and otherGeography.
Applies to
SymmetricDifference(DbGeometry, DbGeometry)
Computes the symmetric difference between two DbGeometry values.
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
Parameters
- geometryValue
- DbGeometry
The first geometry value.
- otherGeometry
- DbGeometry
The second geometry value.
Returns
A new DbGeometry value representing the symmetric difference between geometryValue and otherGeometry.
Applies to
Entity Framework