User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.HeuristicThreshold property

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

Threshold of starting node seeking area. Treat it as "seeking circle" for better route at a staring node. It will allow to seek for better alternative paths at a starting location.

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

Syntax

// Java
public double getHeuristicThreshold();
 
public void setHeuristicThreshold(
  double _value
);
// Oxygene
public
  property HeuristicThreshold : Double read write;

Value

Type
double
Double

Remarks

Valid only for HeuristicCostMode = TGIS_HeuristicMode.Adaptive

2022/11/30 19:35

Page Tools