DbSpatialServices.Union メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの値の和集合を計算します。
オーバーロード
Union(DbGeography, DbGeography) |
2 つの DbGeography 値の和集合を計算します。 |
Union(DbGeometry, DbGeometry) |
2 つの DbGeometry 値の和集合を計算します。 |
Union(DbGeography, DbGeography)
2 つの DbGeography 値の和集合を計算します。
public:
abstract System::Data::Spatial::DbGeography ^ Union(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Union (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Union : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Union (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
パラメーター
- geographyValue
- DbGeography
最初の geography 値。
- otherGeography
- DbGeography
2 番目の geography 値。
戻り値
geographyValue
と otherGeography
の和集合を表す新しい DbGeography 値。
例外
geographyValue
otherGeography
geographyValue
otherGeography
適用対象
Union(DbGeometry, DbGeometry)
2 つの DbGeometry 値の和集合を計算します。
public:
abstract System::Data::Spatial::DbGeometry ^ Union(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Union (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Union : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Union (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
パラメーター
- geometryValue
- DbGeometry
最初の geometry 値。
- otherGeometry
- DbGeometry
2 番目の geometry 値。
戻り値
geometryValue
と otherGeometry
の和集合を表す新しい DbGeometry 値。
例外
geometryValue
otherGeometry
geometryValue
otherGeometry
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET