DK11 for Java | tatukgis.jdk.TGIS_ShortestPath.Find | Constructors | Fields | Methods | Properties | Events
Find path between two existing nodes.
// Java public bool Find( TGIS_Point _from, TGIS_Point _to );
// Oxygene public function Find( _from : TGIS_Point; _to : TGIS_Point ) : Boolean;
Name | Type | Description |
---|---|---|
_from | TGIS_Point | start node |
_to | TGIS_Point | end node |
Type | Description |
---|---|
bool Boolean | True if a path has been found. |