User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.StopPos method

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

Set a stop position for the shortest path and run shortest path.

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

Syntax

// Java
public void StopPos(
  TGIS_Point _ptg,
  double _prec
);
// Oxygene
public
  procedure StopPos(
    _ptg : TGIS_Point;
    _prec : Double
  );

Parameters

Name Type Description
_ptg TGIS_Point start position
_prec double
Double
precision of localization

Remarks

Obsolete function. Use Find() instead.
See StartPos method for example.

2022/11/30 19:35

Page Tools