DbSpatialServices.SymmetricDifference Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SymmetricDifference(DbGeography, DbGeography) |
Vypočítá symetrický rozdíl dvou DbGeography hodnot. |
SymmetricDifference(DbGeometry, DbGeometry) |
Vypočítá symetrický rozdíl mezi dvěma DbGeometry hodnotami. |
SymmetricDifference(DbGeography, DbGeography)
Vypočítá symetrický rozdíl dvou DbGeography hodnot.
public abstract System.Data.Entity.Spatial.DbGeography SymmetricDifference (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member SymmetricDifference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function SymmetricDifference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Parametry
- geographyValue
- DbGeography
První zeměpisná hodnota.
- otherGeography
- DbGeography
Druhá zeměpisná hodnota.
Návraty
Nová DbGeography hodnota představující symetrický rozdíl geographyValue a otherGeography.
Výjimky
geographyValue
nebootherGeography
je null.
geographyValue
nebootherGeography
není kompatibilní s touto implementací prostorových služeb.
Platí pro
SymmetricDifference(DbGeometry, DbGeometry)
Vypočítá symetrický rozdíl mezi dvěma DbGeometry hodnotami.
public abstract System.Data.Entity.Spatial.DbGeometry SymmetricDifference (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member SymmetricDifference : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function SymmetricDifference (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í symetrický rozdíl mezi geometryValue a otherGeometry.
Výjimky
geometryValue
nebootherGeometry
je null.
geometryValue
nebootherGeometry
není kompatibilní s touto implementací prostorových služeb.
Platí pro
Entity Framework