User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.level

Table of Contents

IGIS_Viewer.Level property

DK11 for Delphi | GisInterfaces.IGIS_Viewer.Level | Methods | Properties

Sets and gets zoom level for a viewer.

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

Syntax

// Delphi
public
  property Level : Double read write;
// C++ Builder
public:
  __property double Level = {read, write};

Value

Type
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.

2022/11/16 01:18

Page Tools