Udostępnij za pośrednictwem


DbSpatialServices.SymmetricDifference Metoda

Definicja

Oblicza symetryczną różnicę dwóch wartości.

Przeciążenia

SymmetricDifference(DbGeography, DbGeography)

Oblicza symetryczną różnicę dwóch DbGeography wartości.

SymmetricDifference(DbGeometry, DbGeometry)

Oblicza symetryczną różnicę między dwiema DbGeometry wartościami.

SymmetricDifference(DbGeography, DbGeography)

Oblicza symetryczną różnicę dwóch DbGeography wartości.

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

Pierwsza wartość geografii.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa DbGeography wartość reprezentująca symetryczną różnicę wartości geographyValue i otherGeography.

Wyjątki

geographyValue otherGeography

geographyValue otherGeography

Dotyczy

SymmetricDifference(DbGeometry, DbGeometry)

Oblicza symetryczną różnicę między dwiema DbGeometry wartościami.

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

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometryczna.

Zwraca

Nowa DbGeometry wartość reprezentująca symetryczną różnicę między geometryValue i otherGeometry.

Wyjątki

geometryValue otherGeometry

geometryValue otherGeometry

Dotyczy