User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.applyconfigprojection_tgis_configabstract_tgis_layer

Table of Contents

TGIS_Layer.applyConfigProjection(TGIS_ConfigAbstract; TGIS_Layer) 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;
    const _layer : TGIS_Layer
  ); overload; virtual;
// C++ Builder
protected:
  virtual void applyConfigProjection(
    TGIS_ConfigAbstract* const _cfg,
    TGIS_Layer* const _layer
  ) /* overload */;

Parameters

Name Type Description
_cfg TGIS_ConfigAbstract configuration file object
_layer TGIS_Layer object will be set
2024/06/26 01:05

Page Tools