DbSpatialServices.Distance Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Calcula a distância entre os pontos mais próximos em dois valores.
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::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract double Distance (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Distance : System.Data.Spatial.DbGeography * System.Data.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 double que especifica a distância entre os dois pontos mais próximos em geographyValue
e otherGeography
.
Exceções
geographyValue
otherGeography
geographyValue
otherGeography
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::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract double Distance (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Distance : System.Data.Spatial.DbGeometry * System.Data.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 double que especifica a distância entre os dois pontos mais próximos em geometryValue
e otherGeometry
.
Exceções
geometryValue
otherGeometry
geometryValue
otherGeometry