Sdílet prostřednictvím


DbSpatialServices.Union Metoda

Definice

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.Entity.Spatial.DbGeography Union(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Union : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function Union (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parametry

geographyValue
DbGeography

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá zeměpisná hodnota.

Návraty

Nová DbGeography hodnota představující sjednocení geographyValue a otherGeography.

Výjimky

geographyValue nebo otherGeography je null.

geographyValue nebo otherGeography není kompatibilní s touto implementací prostorových služeb.

Platí pro

Union(DbGeometry, DbGeometry)

Vypočítá sjednocení dvou DbGeometry hodnot.

public abstract System.Data.Entity.Spatial.DbGeometry Union(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Union : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.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 nebo otherGeometry je null.

geometryValue nebo otherGeometry není kompatibilní s touto implementací prostorových služeb.

Platí pro