Sdílet prostřednictvím


DbSpatialServices.SymmetricDifference Metoda

Definice

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

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:
 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

Parametry

geographyValue
DbGeography

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá zeměpisná hodnota.

Návraty

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

Výjimky

geographyValue otherGeography

geographyValue otherGeography

Platí pro

SymmetricDifference(DbGeometry, DbGeometry)

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

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

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.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro