User Tools

Site Tools


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

TGIS_ShortestPath.Find method

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

Find path between two existing nodes.

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

Syntax

// Java
public bool Find(
  TGIS_Point _from,
  TGIS_Point _to
);
// Oxygene
public
  function Find(
    _from : TGIS_Point;
    _to : TGIS_Point
  ) : Boolean;

Parameters

Name Type Description
_from TGIS_Point start node
_to TGIS_Point end node

Result

Type Description
bool
Boolean
True if a path has been found.

Remarks

Function will update network with geocoded addresses from layer named 'TGIS_Geocoding' . See TGIS_Geocoding.

References

2022/11/30 19:35

Page Tools