GLG Toolkit, Java Class Library  Version 4.5
GlmLabelSelectionMode

Specifies the label selection mode for a GIS object. More...

Detailed Description

Specifies the label selection mode for a GIS object.

Constants

static final int GIS_LBL_SEL_IN_TILE_PRECISION = 1
 GIS label selection constant: enables faster label selection with "in-tile" precision. More...
 
static final int GIS_LBL_SEL_MAX_PRECISION = 2
 GIS label selection constant: enables label selection with the maximum precision. More...
 
static final int GIS_LBL_SEL_NONE = 0
 GIS label selection constant: disables label selection. More...
 

Variable Documentation

◆ GIS_LBL_SEL_IN_TILE_PRECISION

final int GIS_LBL_SEL_IN_TILE_PRECISION = 1
static

GIS label selection constant: enables faster label selection with "in-tile" precision.

◆ GIS_LBL_SEL_MAX_PRECISION

final int GIS_LBL_SEL_MAX_PRECISION = 2
static

GIS label selection constant: enables label selection with the maximum precision.

◆ GIS_LBL_SEL_NONE

final int GIS_LBL_SEL_NONE = 0
static

GIS label selection constant: disables label selection.