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.
// Java public double GetAngle( bool _reverse );
// Oxygene public function GetAngle( _reverse : Boolean ) : Double;
Name | Type | Description |
---|---|---|
_reverse | bool Boolean | if True, then end will be treated as start |
Type | Description |
---|---|
double Double | Angle in radians. |