Compartir a través de


SqlSpatialServices.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 override double Distance (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Distance : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> double
Public Overrides 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.

Se aplica a

Distance(DbGeometry, DbGeometry)

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

public override double Distance (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Distance : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> double
Public Overrides 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.

Se aplica a