CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Static Public Attributes | List of all members
com.cartotype.MapTableType Class Reference

Static Public Attributes

static final int GLOBAL_TABLE = 0
 
static final int LAYER_TABLE = 1
 
static final int TABLE_2_OBSOLETE = 2
 
static final int TABLE_3_OBSOLETE = 3
 
static final int PROJECTION_TABLE = 4
 
static final int STRING_TABLE = 5
 
static final int LOW_RESOLUTION_LAYER_TABLE = 6
 
static final int PALETTE_TABLE = 7
 
static final int TEXT_INDEX_TABLE = 8
 
static final int TABLE_9_OBSOLETE = 9
 
static final int ROUTE_TABLE_ASTAR = 10
 
static final int ROUTE_TABLE_CH = 11
 
static final int ROUTE_TABLE_EXTRA = 12
 
static final int ROUTE_TABLE_TURN_EXPANDED = 13
 
static final int ROUTE_TABLE_CH_STAND_ALONE = 14
 
static final int ROUTE_TABLE_TECH = 15
 
static final int ROUTE_TABLE_CH_TILED = 16
 
static final int ROUTE_TABLE_TECH_TILED = 17
 
static final int ROUTE_TABLE_TURN_EXPANDED_COMPACT = 18
 
static final int NO_TABLE = 65535
 

Detailed Description

Identifiers of tables in CTM1 map files.

Member Data Documentation

◆ GLOBAL_TABLE

final int com.cartotype.MapTableType.GLOBAL_TABLE = 0
static

The ID of the global information table.

◆ LAYER_TABLE

final int com.cartotype.MapTableType.LAYER_TABLE = 1
static

The ID of the table containing the layers containing the map objects; see also LOW_RESOLUTION_LAYER_TABLE.

◆ LOW_RESOLUTION_LAYER_TABLE

final int com.cartotype.MapTableType.LOW_RESOLUTION_LAYER_TABLE = 6
static

The ID of the table containing layer data containing map objects at lower resolutions, simplified for display at smaller scales; see also LAYER_TABLE.

◆ NO_TABLE

final int com.cartotype.MapTableType.NO_TABLE = 65535
static

An ID used when no table exists or the table type is unknown.

◆ PALETTE_TABLE

final int com.cartotype.MapTableType.PALETTE_TABLE = 7
static

The ID of the table containing color palettes for raster image objects.

◆ PROJECTION_TABLE

final int com.cartotype.MapTableType.PROJECTION_TABLE = 4
static

The ID of the the table containing the map projection.

◆ ROUTE_TABLE_ASTAR

final int com.cartotype.MapTableType.ROUTE_TABLE_ASTAR = 10
static

The ID of the A-star routing data table.

◆ ROUTE_TABLE_CH

final int com.cartotype.MapTableType.ROUTE_TABLE_CH = 11
static

The ID of the contraction hierarchy routing data table.

◆ ROUTE_TABLE_CH_STAND_ALONE

final int com.cartotype.MapTableType.ROUTE_TABLE_CH_STAND_ALONE = 14
static

The ID of the table containing contraction hierarchy routing data that can optionally be used stand-alone, in combination with other map files.

◆ ROUTE_TABLE_CH_TILED

final int com.cartotype.MapTableType.ROUTE_TABLE_CH_TILED = 16
static

The ID of the table containing contraction hierarchy routing data that is a tile that can be used with other tiles from the same data set.

◆ ROUTE_TABLE_EXTRA

final int com.cartotype.MapTableType.ROUTE_TABLE_EXTRA = 12
static

The ID of the table containing extra information used for A-star routing.

◆ ROUTE_TABLE_TECH

final int com.cartotype.MapTableType.ROUTE_TABLE_TECH = 15
static

The ID of the turn-expanded contraction hierarchy routing data table.

◆ ROUTE_TABLE_TECH_TILED

final int com.cartotype.MapTableType.ROUTE_TABLE_TECH_TILED = 17
static

The ID of the table containing turn-expanded contraction hierarchy routing data that is a tile that can be used with other tiles from the same data set.

◆ ROUTE_TABLE_TURN_EXPANDED

final int com.cartotype.MapTableType.ROUTE_TABLE_TURN_EXPANDED = 13
static

The ID of the turn-expanded routing data table.

◆ ROUTE_TABLE_TURN_EXPANDED_COMPACT

final int com.cartotype.MapTableType.ROUTE_TABLE_TURN_EXPANDED_COMPACT = 18
static

The ID of the table containing compact turn-expanded routing data, which uses less run-time RAM.

◆ STRING_TABLE

final int com.cartotype.MapTableType.STRING_TABLE = 5
static

The ID of the table of compressed strings referenced by the map objects.

◆ TABLE_2_OBSOLETE

final int com.cartotype.MapTableType.TABLE_2_OBSOLETE = 2
static

The ID of the obsolete text index table.

◆ TABLE_3_OBSOLETE

final int com.cartotype.MapTableType.TABLE_3_OBSOLETE = 3
static

The ID of the obsolete projection table used up to CTM1 version 3.0.

◆ TABLE_9_OBSOLETE

final int com.cartotype.MapTableType.TABLE_9_OBSOLETE = 9
static

The ID of the table containing the obsolete serialised A-star routing network used up to format version 4.1.

◆ TEXT_INDEX_TABLE

final int com.cartotype.MapTableType.TEXT_INDEX_TABLE = 8
static

The ID of the table containing the text index used when searching for string attributes.


The documentation for this class was generated from the following file: