Compartilhar via


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

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.

Exceções

geographyValue ouotherGeography é nulo.

geographyValue ouotherGeography não é compatível com essa implementação de serviços espaciais.

Aplica-se a

Distance(DbGeometry, DbGeometry)

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

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.

Exceções

geometryValue ouotherGeometry é nulo.

geometryValue ouotherGeometry não é compatível com essa implementação de serviços espaciais.

Aplica-se a