User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.cs

Table of Contents

TGIS_ViewerWnd.CS property

DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.CS | Constructors | Methods | Properties | Events

Coordinate System assigned to the viewer. If set to nil the Coordinate System will be turned off. Default is turned off.

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

Syntax

// Java
public TGIS_CSCoordinateSystem getCS();
 
public void setCS(
  TGIS_CSCoordinateSystem _value
);
// Oxygene
public
  property CS : TGIS_CSCoordinateSystem read write;

Value

Remarks

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

2022/11/16 01:52

Page Tools