User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.setcsbyepsg_integer

Table of Contents

TGIS_Viewer.SetCSByEPSG method

DK11 for Delphi | GisViewer.TGIS_Viewer.SetCSByEPSG | Constructors | Fields | Methods | Properties | Events

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

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

Syntax

Implements IGIS_Viewer.SetCSByEPSG.

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

Parameters

Name Type Description
_epsg Integer EPSG code

Remarks

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

References

2022/11/30 19:19

Page Tools