Aracılığıyla paylaş


DbSpatialServices.Intersection Yöntem

Tanım

İki değerin kesişimini hesaplar.

Aşırı Yüklemeler

Intersection(DbGeometry, DbGeometry)

İki DbGeometry değerin kesişimini hesaplar.

Intersection(DbGeography, DbGeography)

İki DbGeography değerin kesişimini hesaplar.

Intersection(DbGeometry, DbGeometry)

İki DbGeometry değerin kesişimini hesaplar.

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

Parametreler

geometryValue
DbGeometry

İlk geometri değeri.

otherGeometry
DbGeometry

İkinci geometri değeri.

Döndürülenler

ve otherGeometrykesişimini geometryValue temsil eden yeni DbGeometry bir değer.

Özel durumlar

geometryValue otherGeometry

geometryValue otherGeometry

Şunlara uygulanır

Intersection(DbGeography, DbGeography)

İki DbGeography değerin kesişimini hesaplar.

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

Parametreler

geographyValue
DbGeography

İlk coğrafya değeri.

otherGeography
DbGeography

İkinci coğrafya değeri.

Döndürülenler

ve otherGeographykesişimini geographyValue temsil eden yeni DbGeography bir değer.

Özel durumlar

geographyValue otherGeography

geographyValue otherGeography

Şunlara uygulanır