Sdílet prostřednictvím


SqlSpatialServices.Difference Metoda

Definice

Přetížení

Difference(DbGeography, DbGeography)

Vypočítá rozdíl dvou DbGeography hodnot.

Difference(DbGeometry, DbGeometry)

Vypočítá rozdíl mezi dvěma DbGeometry hodnotami.

Difference(DbGeography, DbGeography)

Vypočítá rozdíl dvou DbGeography hodnot.

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

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá zeměpisná hodnota.

Návraty

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

Platí pro

Difference(DbGeometry, DbGeometry)

Vypočítá rozdíl mezi dvěma DbGeometry hodnotami.

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

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

Nová hodnota DbGeometry představující rozdíl mezi geometryValue a otherGeometry.

Platí pro