User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_lock

Table of Contents

TGIS_Lock enum

DK for Java | tatukgis.jdk.TGIS_Lock | Enums

Types of shape locking.

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

Syntax

// Java
public enum TGIS_Lock {
  None, Extent, Projection, Internal, Internal2
}
// Oxygene
type
  TGIS_Lock = public (
    None, Extent, Projection, Internal, Internal2
  };

Members

Name Value Description
None Unlocked.
Extent Extent locked.
Projection Extent is locked and projection transformations are disabled.
Internal Reserved for internal use.
Internal2 Reserved for internal use.

2026/07/08 02:21

Page Tools