GLG Toolkit, Java Class Library  Version 4.5
GlgCompatibilityMode

Specifies compatibility mode. More...

Detailed Description

Specifies compatibility mode.

Constants

static final int LATEST_RELEASE = 0x7fffffff
 Latest release compatibility (default). More...
 
static final int PRE_2_9 = 0
 Pre-2.9 release compatibility. More...
 
static final int PRE_3_5 = 2
 Pre-3.5 release compatibility. More...
 
static final int PRE_4_2 = 3
 Pre-4.2 release compatibility. More...
 
static final int PRE_4_3 = 4
 Pre-4.3 release compatibility. More...
 

Variable Documentation

◆ LATEST_RELEASE

final int LATEST_RELEASE = 0x7fffffff
static

Latest release compatibility (default).

◆ PRE_2_9

final int PRE_2_9 = 0
static

Pre-2.9 release compatibility.

Handles name change of the TextColor attribute.

◆ PRE_3_5

final int PRE_3_5 = 2
static

Pre-3.5 release compatibility.

Handles GIS clipping in the orthographic projection and the use of the Z coordinate for elevation.

◆ PRE_4_2

final int PRE_4_2 = 3
static

Pre-4.2 release compatibility.

Changed mapping of negative viewport coordinates.

◆ PRE_4_3

final int PRE_4_3 = 4
static

Pre-4.3 release compatibility.

Reset Global Flag to LOCAL when binding.