User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.addpointbearingcs_double_double

Table of Contents

ITGIS_Shape.AddPointBearingCS method

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.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Parameters

Name Type Description
_bearing double
Double
geodetic bearing in radians
_distance double
Double
geodetic distance in meters

Result

Type Description
WordBool True if the point was added successfully; otherwise False.

Remarks

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.

2026/07/05 01:25

Page Tools