DbSpatialServices.Intersection メソッド

定義

2 つの値の積集合を計算します。

オーバーロード

名前 説明
Intersection(DbGeometry, DbGeometry)

2 つの DbGeometry 値の積集合を計算します。

Intersection(DbGeography, DbGeography)

2 つの DbGeography 値の積集合を計算します。

Intersection(DbGeometry, DbGeometry)

2 つの DbGeometry 値の積集合を計算します。

public:
 abstract System::Data::Spatial::DbGeometry ^ Intersection(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Intersection(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Intersection : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Intersection (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

パラメーター

geometryValue
DbGeometry

最初のジオメトリ値。

otherGeometry
DbGeometry

2 番目のジオメトリ値。

返品

DbGeometrygeometryValueの交差部分を表す新しいotherGeometry値。

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象

Intersection(DbGeography, DbGeography)

2 つの DbGeography 値の積集合を計算します。

public:
 abstract System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Intersection(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersection : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Intersection (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

パラメーター

geographyValue
DbGeography

最初の geography 値。

otherGeography
DbGeography

2 番目の geography 値。

返品

DbGeographygeographyValueの交差部分を表す新しいotherGeography値。

例外

geographyValue otherGeography

geographyValue otherGeography

適用対象