Udostępnij przez


SqlSpatialServices.Union Metoda

Definicja

Przeciążenia

Union(DbGeometry, DbGeometry)

Oblicza unię dwóch DbGeometry wartości.

Union(DbGeography, DbGeography)

Oblicza unię dwóch DbGeography wartości.

Union(DbGeometry, DbGeometry)

Oblicza unię dwóch DbGeometry wartości.

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

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometrii.

Zwraca

Nowa DbGeometry wartość reprezentująca związek geometryValue i inneGeometry.

Dotyczy

Union(DbGeography, DbGeography)

Oblicza unię dwóch DbGeography wartości.

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

Pierwsza wartość geograficzna.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa DbGeography wartość reprezentująca unię geographyValue i otherGeography.

Dotyczy