ESRI.ArcGIS.Mobile
GeodesicOffset Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReference Class : GeodesicOffset Method

coordinate
distance
bearing
Gets the geodesic Offset for the Reference Point given Distance and Bearing. Distance has to be in Meters and Bearing in Degrees.

Syntax

Visual Basic (Declaration) 
Public Function GeodesicOffset( _
   ByVal coordinate As Coordinate, _
   ByVal distance As Double, _
   ByVal bearing As Double _
) As Coordinate
C# 
public Coordinate GeodesicOffset( 
   Coordinate coordinate,
   double distance,
   double bearing
)

Parameters

coordinate
distance
bearing

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.