次の方法で共有


DbSpatialServices.SymmetricDifference メソッド

定義

2 つの値の対称差を計算します。

オーバーロード

SymmetricDifference(DbGeography, DbGeography)

2 つの DbGeography 値の対称差を計算します。

SymmetricDifference(DbGeometry, DbGeometry)

2 つの DbGeometry 値の対称差を計算します。

SymmetricDifference(DbGeography, DbGeography)

2 つの DbGeography 値の対称差を計算します。

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

パラメーター

geographyValue
DbGeography

最初の geography 値。

otherGeography
DbGeography

2 番目の geography 値。

戻り値

geographyValueotherGeography の対称差を表す新しい DbGeography 値。

例外

geographyValue otherGeography

geographyValue otherGeography

適用対象

SymmetricDifference(DbGeometry, DbGeometry)

2 つの DbGeometry 値の対称差を計算します。

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

パラメーター

geometryValue
DbGeometry

最初の geometry 値。

otherGeometry
DbGeometry

2 番目の geometry 値。

戻り値

geometryValueotherGeometry の間にある対称差を表す新しい DbGeometry 値。

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象