DbSpatialServices.Difference Methode

Definitie

Berekent het verschil van twee waarden.

Overloads

Name Description
Difference(DbGeography, DbGeography)

Berekent het verschil van twee DbGeography waarden.

Difference(DbGeometry, DbGeometry)

Berekent het verschil tussen twee DbGeometry waarden.

Difference(DbGeography, DbGeography)

Berekent het verschil van twee DbGeography waarden.

public:
 abstract System::Data::Spatial::DbGeography ^ Difference(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Difference(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Difference : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Difference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parameters

geographyValue
DbGeography

De eerste geografiewaarde.

otherGeography
DbGeography

De tweede geografiewaarde.

Retouren

Een nieuwe DbGeography-waarde die het verschil van geographyValue en otherGeographyweergeeft.

Uitzonderingen

geographyValue otherGeography

geographyValue otherGeography

Van toepassing op

Difference(DbGeometry, DbGeometry)

Berekent het verschil tussen twee DbGeometry waarden.

public:
 abstract System::Data::Spatial::DbGeometry ^ Difference(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Difference(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Difference : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Difference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

Parameters

geometryValue
DbGeometry

De eerste geometriewaarde.

otherGeometry
DbGeometry

De tweede geometriewaarde.

Retouren

Een nieuwe DbGeometry-waarde die het verschil tussen geometryValue en otherGeometry.

Uitzonderingen

geometryValue otherGeometry

geometryValue otherGeometry

Van toepassing op