User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.setcsbyepsg_integer

Table of Contents

TGIS_Layer.SetCSByEPSG method

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

Sets up Coordinate System to a coordinate system provided by a EPSG code.

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

Syntax

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

Parameters

Name Type Description
_epsg Integer EPSG code

References

2022/11/16 01:18

Page Tools