Udostępnij przez


SqlSpatialServices.SymmetricDifference Metoda

Definicja

Przeciążenia

SymmetricDifference(DbGeography, DbGeography)

Oblicza symetryczną różnicę dwóch DbGeography wartości.

SymmetricDifference(DbGeometry, DbGeometry)

Oblicza symetryczną różnicę między dwiema DbGeometry wartościami.

SymmetricDifference(DbGeography, DbGeography)

Oblicza symetryczną różnicę dwóch DbGeography wartości.

public override System.Data.Entity.Spatial.DbGeography SymmetricDifference(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.SymmetricDifference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function SymmetricDifference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parametry

geographyValue
DbGeography

Pierwsza wartość geografii.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa DbGeography wartość reprezentująca symetryczną różnicę właściwości geographyValue i innąGeography.

Dotyczy

SymmetricDifference(DbGeometry, DbGeometry)

Oblicza symetryczną różnicę między dwiema DbGeometry wartościami.

public override System.Data.Entity.Spatial.DbGeometry SymmetricDifference(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.SymmetricDifference : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function SymmetricDifference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

Parametry

geometryValue
DbGeometry

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometryczna.

Zwraca

Nowa DbGeometry wartość reprezentująca symetryczną różnicę między geometryValue i innymiGeometry.

Dotyczy