User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.setcsbyepsg_integer

Table of Contents

TGIS_Layer.SetCSByEPSG method

DK11 for Java | tatukgis.jdk.TGIS_Layer.SetCSByEPSG | Constructors | Fields | Methods | Properties | Events

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

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

Syntax

// Java
public void SetCSByEPSG(
  int _epsg
);
// Oxygene
public
  procedure SetCSByEPSG(
    _epsg : Integer
  ); virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code

References

2022/11/16 01:43

Page Tools