User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.level

Table of Contents

TGIS_Viewer.Level property

DK for Java | tatukgis.jdk.TGIS_Viewer.Level | Constructors | Fields | Methods | Properties | Events

Sets and gets zoom level for a viewer.

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

Syntax

// Java
public double getLevel();
 
public void setLevel(
  double _value
);
// Oxygene
public
  property Level : Double read write;

Value

Type
double
Double

Remarks

Zoom level is an alternative for a Scale property. It is commonly used in web maps in Web Mercator projection (EPSG: 3857), but can be used with any coordinate system.

2025/01/31 01:18

Page Tools