User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewer.setcsbywkt_string

Table of Contents

IGIS_Viewer.SetCSByWKT method

DK for Java | tatukgis.jdk.IGIS_Viewer.SetCSByWKT | Methods | Properties

Setup Coordinate System to a coordinate system provided by WKT string (GEOGCS or PROJCS). If provided WKT string is empty then coordinate system will be turn off.

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

Syntax

// Java
public abstract void SetCSByWKT(
  java.lang.String _wkt
);
// Oxygene
public
  procedure SetCSByWKT(
    _wkt : String
  );

Parameters

Name Type Description
_wkt java.lang.String
String
WKT string

Remarks

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

2025/01/31 01:18

Page Tools