Sdílet prostřednictvím


DbSpatialServices.Distance Metoda

Definice

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.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Distance : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.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á geografická hodnota.

Návraty

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

Výjimky

geographyValue nebootherGeography má hodnotu null.

geographyValue nebootherGeography není kompatibilní s touto implementací prostorových služeb.

Platí pro

Distance(DbGeometry, DbGeometry)

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

public abstract double Distance (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Distance : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.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 nebootherGeometry má hodnotu null.

geometryValue nebootherGeometry není kompatibilní s touto implementací prostorových služeb.

Platí pro