User Tools

Site Tools


api:dk11:delphi:gisshortestpath.tgis_shortestpath.stoppos_tgis_point_double

Table of Contents

TGIS_ShortestPath.StopPos method

DK11 for Delphi | GisShortestPath.TGIS_ShortestPath.StopPos | Constructors | Methods | Properties | Events

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

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

Syntax

// Delphi
public
  procedure StopPos(
    const _ptg : TGIS_Point;
    const _prec : Double
  );
// C++ Builder
public:
  void StopPos(
    TGIS_Point* const _ptg,
    const double _prec
  );

Parameters

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

Remarks

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

2022/11/30 19:18

Page Tools