Sdílet prostřednictvím


SqlSpatialServices.SymmetricDifference Metoda

Definice

Přetížení

SymmetricDifference(DbGeography, DbGeography)

Vypočítá symetrický rozdíl dvou DbGeography hodnot.

SymmetricDifference(DbGeometry, DbGeometry)

Vypočítá symetrický rozdíl mezi dvěma DbGeometry hodnotami.

SymmetricDifference(DbGeography, DbGeography)

Vypočítá symetrický rozdíl dvou DbGeography hodnot.

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

Parametry

geographyValue
DbGeography

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá geografická hodnota.

Návraty

Nová DbGeography hodnota představující symetrický rozdíl geographyValue a otherGeography.

Platí pro

SymmetricDifference(DbGeometry, DbGeometry)

Vypočítá symetrický rozdíl mezi dvěma DbGeometry hodnotami.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

Nová DbGeometry hodnota představující symetrický rozdíl mezi geometryValue a otherGeometry.

Platí pro