Click or drag to resize

GeoCoordinateDistance(GeoCoordinate, CoordinateReferenceSystem) Method

Calculates distance between this and another GeoCoordinate value. using the specified CoordinateReferenceSystem

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public double Distance(
	GeoCoordinate other,
	CoordinateReferenceSystem referenceSystem
)
View Source

Parameters

other  GeoCoordinate
Other GeoCoordinate.
referenceSystem  CoordinateReferenceSystem
The CoordinateReferenceSystem used.

Return Value

Double
Distance between two GeoCoordinate values.
See Also