DbSpatialServices.Distance Metodo

Definizione

Calcola la distanza tra i punti più vicini in due valori.

Overload

Distance(DbGeography, DbGeography)

Calcola la distanza tra i punti più vicini in due valori di DbGeography .

Distance(DbGeometry, DbGeometry)

Calcola la distanza tra i punti più vicini in due valori di DbGeometry .

Distance(DbGeography, DbGeography)

Calcola la distanza tra i punti più vicini in due valori di 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

Parametri

geographyValue
DbGeography

Primo valore geografico.

otherGeography
DbGeography

Secondo valore geografico.

Restituisce

Un valore doppio che specifica la distanza tra i due punti più vicini in geographyValue e in otherGeography.

Eccezioni

geographyValue otherGeography

geographyValue otherGeography

Si applica a

Distance(DbGeometry, DbGeometry)

Calcola la distanza tra i punti più vicini in due valori di 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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Restituisce

Un valore doppio che specifica la distanza tra i due punti più vicini in geometryValue e in otherGeometry.

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a