Bagikan melalui


DbSpatialServices.SymmetricDifference Metode

Definisi

Menghitung perbedaan simetris dari dua nilai.

Overload

SymmetricDifference(DbGeography, DbGeography)

Menghitung perbedaan simetris dari dua DbGeography nilai.

SymmetricDifference(DbGeometry, DbGeometry)

Menghitung perbedaan simetris antara dua DbGeometry nilai.

SymmetricDifference(DbGeography, DbGeography)

Menghitung perbedaan simetris dari dua DbGeography nilai.

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

Parameter

geographyValue
DbGeography

Nilai geografi pertama.

otherGeography
DbGeography

Nilai geografi kedua.

Mengembalikan

Nilai baru DbGeography yang mewakili perbedaan simetris geographyValue dan otherGeography.

Pengecualian

geographyValue otherGeography

geographyValue otherGeography

Berlaku untuk

SymmetricDifference(DbGeometry, DbGeometry)

Menghitung perbedaan simetris antara dua DbGeometry nilai.

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

Parameter

geometryValue
DbGeometry

Nilai geometri pertama.

otherGeometry
DbGeometry

Nilai geometri kedua.

Mengembalikan

Nilai baru DbGeometry yang mewakili perbedaan simetris antara geometryValue dan otherGeometry.

Pengecualian

geometryValue otherGeometry

geometryValue otherGeometry

Berlaku untuk