DbSpatialServices.Union メソッド

定義

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 値。

返品

DbGeographygeographyValueの和集合を表す新しいotherGeography値。

例外

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

最初のジオメトリ値。

otherGeometry
DbGeometry

2 番目のジオメトリ値。

返品

DbGeometrygeometryValueの和集合を表す新しいotherGeometry値。

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象