Compartir a través de


DbSpatialServices.Distance Método

Definición

Sobrecargas

Distance(DbGeography, DbGeography)

Calcula la distancia entre puntos más cercanos de dos valores de DbGeography .

Distance(DbGeometry, DbGeometry)

Calcula la distancia entre puntos más cercanos de dos valores de DbGeometry .

Distance(DbGeography, DbGeography)

Calcula la distancia entre puntos más cercanos de dos valores de DbGeography .

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

Parámetros

geographyValue
DbGeography

Primer valor de geografía.

otherGeography
DbGeography

Segundo valor de geografía.

Devoluciones

Valor doble que especifica la distancia entre los dos puntos más cercanos de geographyValue y otherGeography.

Excepciones

geographyValue ootherGeography es null.

geographyValue ootherGeography no es compatible con esta implementación de servicios espaciales.

Se aplica a

Distance(DbGeometry, DbGeometry)

Calcula la distancia entre puntos más cercanos de dos valores de DbGeometry .

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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

Valor doble que especifica la distancia entre los dos puntos más cercanos de geometryValue y otherGeometry.

Excepciones

geometryValue ootherGeometry es null.

geometryValue ootherGeometry no es compatible con esta implementación de servicios espaciales.

Se aplica a