User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_lock

Table of Contents

TGIS_Lock enum

DK11 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 locked and projections turn off.
Internal Only for internal use.
Internal2 Only for internal use.

2022/11/30 19:36

Page Tools