User Tools

Site Tools


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

Table of Contents

TGIS_Layer.ZOrderEx property

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

Layer position relative to other visible layers. For topmost layers ZOrderEx=0. If the Layer was not attached to the viewer then ZOrderEx=-1. To set layer as bottommost layer - regardless of the number of layers - assign any huge value, like 999999.

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

Syntax

// Java
public int getZOrderEx();
 
public void setZOrderEx(
  int _value
);
// Oxygene
public
  property ZOrderEx : Integer read write;

Value

Type
int
Integer

Remarks

This property takes into account only visible layers (HideFromLegend=False). To get/set order information for all layers, use ZOrder property instead.

2024/12/20 22:25

Page Tools