User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shortestpath.compassblocks

Table of Contents

TGIS_ShortestPath.CompassBlocks property

DK11 for Java | tatukgis.jdk.TGIS_ShortestPath.CompassBlocks | Constructors | Fields | Methods | Properties | Events

Compass divided to a number of blocks (4 by default). It will be used for computing courses like N, NE, E etc. If a value is negative, then the course will be absolute; or else the course will be computed based on a link (relative). Course will be a number ranging from negative to positive integers to reflect courses in the scope of -Pi..Pi

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

Syntax

// Java
public int getCompassBlocks();
 
public void setCompassBlocks(
  int _value
);
// Oxygene
public
  property CompassBlocks : Integer read write;

Value

Type
int
Integer
2022/11/30 19:35

Page Tools