User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.applyconfigprojection_tgis_configabstract

Table of Contents

TGIS_Layer.applyConfigProjection(TGIS_ConfigAbstract) method

DK11 for Delphi | GisLayer.TGIS_Layer.applyConfigProjection | Overloads | Constructors | Fields | Methods | Properties | Events

Read config projection parameters.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure applyConfigProjection(
    const _cfg : TGIS_ConfigAbstract
  ); overload; virtual;
// C++ Builder
protected:
  virtual void applyConfigProjection(
    TGIS_ConfigAbstract* const _cfg
  ) /* overload */;

Parameters

Name Type Description
_cfg TGIS_ConfigAbstract configuration file object
2024/06/25 01:06

Page Tools