User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.getangle_boolean

Table of Contents

TGIS_Shape.GetAngle method

DK11 for Java | tatukgis.jdk.TGIS_Shape.GetAngle | Constructors | Fields | Methods | Properties

Compute angle of first/last element of the shape in radians related to north, east winding.

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

Syntax

// Java
public double GetAngle(
  bool _reverse
);
// Oxygene
public
  function GetAngle(
    _reverse : Boolean
  ) : Double;

Parameters

Name Type Description
_reverse bool
Boolean
if True, then end will be treated as start

Result

Type Description
double
Double
Angle in radians.
2022/11/16 01:51

Page Tools