User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.create_tobject_string

Table of Contents

TGIS_Config.TGIS_Config() constructor

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

Create instance.

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

Syntax

// Java
public TGIS_Config(
  TObject _layer,
  java.lang.String _path
);
// Oxygene
public
  constructor (
    _layer : TObject;
    _path : String
  ); virtual;

Parameters

Name Type Description
_layer TObject pointer to layer object
_path java.lang.String
String
full path to project configuration file; can be empty; if so then only layer dependent files are to be used
2022/11/16 01:40

Page Tools