Click or drag to resize

VincentyGeodesyMoveInDirection Method

[Missing <summary> documentation for "M:VelocityDBExtensions.Geo.util.VincentyGeodesy.MoveInDirection(VelocityDBExtensions.Geo.WGS84Point,System.Double,System.Double)"]

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public static WGS84Point MoveInDirection(
	WGS84Point point,
	double bearingInDegrees,
	double distanceInMeters
)

Parameters

point
Type: VelocityDBExtensions.GeoWGS84Point

[Missing <param name="point"/> documentation for "M:VelocityDBExtensions.Geo.util.VincentyGeodesy.MoveInDirection(VelocityDBExtensions.Geo.WGS84Point,System.Double,System.Double)"]

bearingInDegrees
Type: SystemDouble

[Missing <param name="bearingInDegrees"/> documentation for "M:VelocityDBExtensions.Geo.util.VincentyGeodesy.MoveInDirection(VelocityDBExtensions.Geo.WGS84Point,System.Double,System.Double)"]

distanceInMeters
Type: SystemDouble

[Missing <param name="distanceInMeters"/> documentation for "M:VelocityDBExtensions.Geo.util.VincentyGeodesy.MoveInDirection(VelocityDBExtensions.Geo.WGS84Point,System.Double,System.Double)"]

Return Value

Type: WGS84Point

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.util.VincentyGeodesy.MoveInDirection(VelocityDBExtensions.Geo.WGS84Point,System.Double,System.Double)"]

See Also