User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.TGIS_ShortestPath() constructor

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

Create an instance.

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

Syntax

// Java
public TGIS_ShortestPath(
  IGIS_Viewer _viewer
);
// Oxygene
public
  constructor (
    _viewer : IGIS_Viewer
  );

Parameters

Name Type Description
_viewer IGIS_Viewer viewer on which class will be operating.

Example

This is a simple example to create a TGIS_ShortestPath object.

2022/11/30 19:35

Page Tools