Sdílet prostřednictvím


SqlSpatialServices.Union Metoda

Definice

Přetížení

Union(DbGeometry, DbGeometry)

Vypočítá sjednocení dvou DbGeometry hodnot.

Union(DbGeography, DbGeography)

Vypočítá sjednocení dvou DbGeography hodnot.

Union(DbGeometry, DbGeometry)

Vypočítá sjednocení dvou DbGeometry hodnot.

public override System.Data.Entity.Spatial.DbGeometry Union(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Union : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides 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.

Platí pro

Union(DbGeography, DbGeography)

Vypočítá sjednocení dvou DbGeography hodnot.

public override System.Data.Entity.Spatial.DbGeography Union(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Union : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides 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.

Platí pro