User Tools

Site Tools


api:dk11:delphi:gisutils.tgis_utils.giscreatelayer_string_string

Table of Contents

TGIS_Utils.GisCreateLayer method

DK11 for Delphi | GisUtils.TGIS_Utils.GisCreateLayer | Methods | Properties

Create a layer given by a name.

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

Syntax

// Delphi
public
  class function GisCreateLayer(
    const _name : String;
    const _path : String
  ) : TGIS_Layer; static; inline;
// C++ Builder
public:
  static TGIS_Layer* GisCreateLayer(
    const UnicodeString _name,
    const UnicodeString _path
  );

Parameters

Name Type Description
_name String the name under which the layer will be recognized; if empty, then the default name will be assigned (same as path)
_path String path (with extension)

Result

Type Description
TGIS_Layer Created layer.

References

2023/02/22 01:20

Page Tools