Partager via


DbSpatialServices.Distance Méthode

Définition

Calcule la distance entre les points les plus proches dans deux valeurs.

Surcharges

Distance(DbGeography, DbGeography)

Calcule la distance entre les points les plus proches dans deux valeurs DbGeography.

Distance(DbGeometry, DbGeometry)

Calcule la distance entre les points les plus proches dans deux valeurs DbGeometry.

Distance(DbGeography, DbGeography)

Calcule la distance entre les points les plus proches dans deux valeurs DbGeography.

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

Paramètres

geographyValue
DbGeography

Première valeur géographique.

otherGeography
DbGeography

Deuxième valeur géographique.

Retours

Valeur double qui spécifie la distance entre les deux points les plus proches dans geographyValue et dans otherGeography.

Exceptions

geographyValue otherGeography

geographyValue otherGeography

S’applique à

Distance(DbGeometry, DbGeometry)

Calcule la distance entre les points les plus proches dans deux valeurs DbGeometry.

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

Paramètres

geometryValue
DbGeometry

Première valeur géométrique.

otherGeometry
DbGeometry

Deuxième valeur géométrique.

Retours

Valeur double qui spécifie la distance entre les deux points les plus proches dans geometryValue et dans otherGeometry.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à