DbSpatialServices.Union Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vypočítá sjednocení dvou hodnot.
Přetížení
Union(DbGeography, DbGeography) |
Vypočítá sjednocení dvou DbGeography hodnot. |
Union(DbGeometry, DbGeometry) |
Vypočítá sjednocení dvou DbGeometry hodnot. |
Union(DbGeography, DbGeography)
Vypočítá sjednocení dvou DbGeography hodnot.
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
První zeměpisná hodnota.
- otherGeography
- DbGeography
Druhá geografická hodnota.
Návraty
Nová DbGeography hodnota představující sjednocení geographyValue
a otherGeography
.
Výjimky
geographyValue
otherGeography
geographyValue
otherGeography
Platí pro
Union(DbGeometry, DbGeometry)
Vypočítá sjednocení dvou DbGeometry hodnot.
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
První hodnota geometrie.
- otherGeometry
- DbGeometry
Druhá hodnota geometrie.
Návraty
Nová DbGeometry hodnota představující sjednocení geometryValue
a otherGeometry
.
Výjimky
geometryValue
otherGeometry
geometryValue
otherGeometry