Compartilhar via


SqlSpatialServices.Distance Método

Definição

Sobrecargas

Distance(DbGeography, DbGeography)

Calcula a distância entre os pontos mais próximos em dois valores DbGeography.

Distance(DbGeometry, DbGeometry)

Calcula a distância entre os pontos mais próximos em dois valores DbGeometry.

Distance(DbGeography, DbGeography)

Calcula a distância entre os pontos mais próximos em dois valores 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

O primeiro valor de geografia.

otherGeography
DbGeography

O segundo valor de geografia.

Retornos

Um valor duplo que especifica a distância entre os dois pontos mais próximos em geographyValue e otherGeography.

Aplica-se a

Distance(DbGeometry, DbGeometry)

Calcula a distância entre os pontos mais próximos em dois valores 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

O primeiro valor de geometria.

otherGeometry
DbGeometry

O segundo valor de geometria.

Retornos

Um valor duplo que especifica a distância entre os dois pontos mais próximos em geometryValue e otherGeometry.

Aplica-se a