User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.StartPos method

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

Set a start position for the shortest path.

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

Syntax

// Java
public void StartPos(
  TGIS_Point _ptg,
  double _prec
);
// Oxygene
public
  procedure StartPos(
    _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.

2022/11/30 19:35

Page Tools