DbSpatialServices.Distance 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í.
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