DbSpatialServices.Union 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 unię dwóch wartości.
Przeciążenia
Union(DbGeography, DbGeography) |
Oblicza unię dwóch DbGeography wartości. |
Union(DbGeometry, DbGeometry) |
Oblicza unię dwóch DbGeometry wartości. |
Union(DbGeography, DbGeography)
Oblicza unię dwóch DbGeography wartości.
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
Parametry
- geographyValue
- DbGeography
Pierwsza wartość geograficzna.
- otherGeography
- DbGeography
Druga wartość geografii.
Zwraca
Nowa DbGeography wartość reprezentująca unię i geographyValue
otherGeography
.
Wyjątki
geographyValue
otherGeography
geographyValue
otherGeography
Dotyczy
Union(DbGeometry, DbGeometry)
Oblicza unię dwóch DbGeometry wartości.
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
Parametry
- geometryValue
- DbGeometry
Pierwsza wartość geometryczna.
- otherGeometry
- DbGeometry
Druga wartość geometrii.
Zwraca
Nowa DbGeometry wartość reprezentująca unię i geometryValue
otherGeometry
.
Wyjątki
geometryValue
otherGeometry
geometryValue
otherGeometry