DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.AddPointBearingCS | Methods | Properties
Adds a point using geodetic bearing and distance measured in meters from the last vertex.
// C# public WordBool AddPointBearingCS( double _bearing, double _distance );
' VisualBasic Public Function AddPointBearingCS( ByVal _bearing As Double, ByVal _distance As Double ) As WordBool
// Oxygene public function AddPointBearingCS( _bearing : Double; _distance : Double ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _bearing | double Double | geodetic bearing in radians |
| _distance | double Double | geodetic distance in meters |
| Type | Description |
|---|---|
| WordBool | True if the point was added successfully; otherwise False. |
PURPOSE: Extends geometry using real-world geodetic navigation input rather than planar map units.
BEHAVIOR: Computes the target position from the last vertex using the active coordinate system and the supplied geodetic bearing and meter distance, then appends the result.
CONSTRAINTS: Requires an existing last vertex and a valid coordinate system definition.