DbSpatialServices.Intersection Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Oblicza część wspólną dwóch wartości.
Przeciążenia
Intersection(DbGeometry, DbGeometry) |
Oblicza część wspólną dwóch DbGeometry wartości. |
Intersection(DbGeography, DbGeography) |
Oblicza część wspólną dwóch DbGeography wartości. |
Intersection(DbGeometry, DbGeometry)
Oblicza część wspólną dwóch DbGeometry wartości.
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
Parametry
- geometryValue
- DbGeometry
Pierwsza wartość geometryczna.
- otherGeometry
- DbGeometry
Druga wartość geometryczna.
Zwraca
Nowa DbGeometry wartość reprezentująca część wspólną elementów geometryValue
i otherGeometry
.
Wyjątki
geometryValue
otherGeometry
geometryValue
otherGeometry
Dotyczy
Intersection(DbGeography, DbGeography)
Oblicza część wspólną dwóch DbGeography wartości.
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
Parametry
- geographyValue
- DbGeography
Pierwsza wartość geografii.
- otherGeography
- DbGeography
Druga wartość geografii.
Zwraca
Nowa DbGeography wartość reprezentująca część wspólną elementów geographyValue
i otherGeography
.
Wyjątki
geographyValue
otherGeography
geographyValue
otherGeography