Sdílet prostřednictvím


DbSpatialServices.Distance Metoda

Definice

Vypočítá vzdálenost mezi nejbližšími body ve dvou hodnotách.

Přetížení

Distance(DbGeography, DbGeography)

Vypočítá vzdálenost mezi nejbližšími body ve dvou DbGeography hodnotách.

Distance(DbGeometry, DbGeometry)

Vypočítá vzdálenost mezi nejbližšími body ve dvou DbGeometry hodnotách.

Distance(DbGeography, DbGeography)

Vypočítá vzdálenost mezi nejbližšími body ve dvou DbGeography hodnotách.

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

Parametry

geographyValue
DbGeography

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá zeměpisná hodnota.

Návraty

Dvojitá hodnota, která určuje vzdálenost mezi dvěma nejbližšími body v geographyValue a otherGeography.

Výjimky

geographyValue otherGeography

geographyValue otherGeography

Platí pro

Distance(DbGeometry, DbGeometry)

Vypočítá vzdálenost mezi nejbližšími body ve dvou DbGeometry hodnotách.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

Dvojitá hodnota, která určuje vzdálenost mezi dvěma nejbližšími body v geometryValue a otherGeometry.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro