Udostępnij przez


SqlSpatialServices.Difference Metoda

Definicja

Przeciążenia

Difference(DbGeography, DbGeography)

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

Difference(DbGeometry, DbGeometry)

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

Difference(DbGeography, DbGeography)

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

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

Parametry

geographyValue
DbGeography

Pierwsza wartość geografii.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa wartość dbGeography reprezentująca różnicę właściwości geographyValue i innejgeografii.

Dotyczy

Difference(DbGeometry, DbGeometry)

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

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

Parametry

geometryValue
DbGeometry

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometryczna.

Zwraca

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

Dotyczy