User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.setcsbyepsg_integer

Table of Contents

TGIS_ViewerWnd.SetCSByEPSG method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.SetCSByEPSG | Constructors | Methods | Properties | Events

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

Available also on: .NET WinForms | 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.

2022/11/16 01:14

Page Tools