SqlSpatialServices.SymmetricDifference メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| SymmetricDifference(DbGeography, DbGeography) |
2 つの DbGeography 値の対称差を計算します。 |
| SymmetricDifference(DbGeometry, DbGeometry) |
2 つの DbGeometry 値の対称差を計算します。 |
SymmetricDifference(DbGeography, DbGeography)
2 つの DbGeography 値の対称差を計算します。
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
パラメーター
- geographyValue
- DbGeography
最初の geography 値。
- otherGeography
- DbGeography
2 番目の geography 値。
戻り値
geographyValue と otherGeography の対称差を表す新しい DbGeography 値。
適用対象
SymmetricDifference(DbGeometry, DbGeometry)
2 つの DbGeometry 値の対称差を計算します。
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
パラメーター
- geometryValue
- DbGeometry
最初の geometry 値。
- otherGeometry
- DbGeometry
2 番目の geometry 値。
戻り値
geometryValue と otherGeometry の対称差を表す新しい DbGeometry 値。