Freigeben über


SpatialOperations.Distance Methode

Definition

Überlädt

Distance(Geography, Geography)

Gibt eine Geography-Entfernung an.

Distance(Geometry, Geometry)

Gibt eine Geometry-Entfernung an.

Distance(Geography, Geography)

Gibt eine Geography-Entfernung an.

public virtual double Distance (Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
abstract member Distance : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> double
override this.Distance : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> double
Public Overridable Function Distance (operand1 As Geography, operand2 As Geography) As Double

Parameter

operand1
Geography

Der Operand 1.

operand2
Geography

Der Operand 2.

Gibt zurück

Das Vorgangsergebnis.

Gilt für:

Distance(Geometry, Geometry)

Gibt eine Geometry-Entfernung an.

public virtual double Distance (Microsoft.Spatial.Geometry operand1, Microsoft.Spatial.Geometry operand2);
abstract member Distance : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> double
override this.Distance : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> double
Public Overridable Function Distance (operand1 As Geometry, operand2 As Geometry) As Double

Parameter

operand1
Geometry

Der Operand 1.

operand2
Geometry

Der Operand 2.

Gibt zurück

Das Vorgangsergebnis.

Gilt für: