User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.setcsbyepsg_integer

Table of Contents

IGIS_Viewer.SetCSByEPSG method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.SetCSByEPSG | Methods | Properties

Setup Coordinate System to a coordinate system provided by EPSG code.

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

Syntax

// Delphi
public
  procedure SetCSByEPSG(
    const _epsg : Integer
  );
// C++ Builder
public:
  void SetCSByEPSG(
    const int _epsg
  ) = 0;

Parameters

Name Type Description
_epsg Integer EPSG code

Remarks

All layers must have proper coordinate system. Otherwise coordinate system will be turned-off.

2022/11/16 01:18

Page Tools