9#include "CartoTypeGeometry.h"
11using namespace Platform;
A grid-aligned rectangle with double-precision coordinates suitable for map points.
Definition CartoTypeGeometry.h:92
Definition CartoTypeWrapper.h:68
MapTableType
Identifiers of tables in CTM1 map files.
Definition CartoTypeMetaData.h:18
@ RouteTableTECH
The ID of the turn-expanded contraction hierarchy routing data table.
Definition CartoTypeMetaData.h:50
@ RouteTableCHTiled
The ID of the table containing contraction hierarchy routing data that is a tile that can be used wit...
Definition CartoTypeMetaData.h:52
@ Table9Obsolete
The ID of the table containing the obsolete serialised A-star routing network used up to format versi...
Definition CartoTypeMetaData.h:38
@ NoTable
An ID used when no table exists or the table type is unknown.
Definition CartoTypeMetaData.h:58
@ RouteTableTurnExpandedCompact
The ID of the table containing compact turn-expanded routing data, which uses less run-time RAM.
Definition CartoTypeMetaData.h:56
@ RouteTableAStar
The ID of the A-star routing data table.
Definition CartoTypeMetaData.h:40
@ PaletteTable
The ID of the table containing color palettes for raster image objects.
Definition CartoTypeMetaData.h:34
@ Table2Obsolete
The ID of the obsolete text index table.
Definition CartoTypeMetaData.h:24
@ RouteTableCHStandAlone
The ID of the table containing contraction hierarchy routing data that can optionally be used stand-a...
Definition CartoTypeMetaData.h:48
@ GlobalTable
The ID of the global information table.
Definition CartoTypeMetaData.h:20
@ RouteTableTurnExpanded
The ID of the turn-expanded routing data table.
Definition CartoTypeMetaData.h:46
@ ProjectionTable
The ID of the the table containing the map projection.
Definition CartoTypeMetaData.h:28
@ TextIndexTable
The ID of the table containing the text index used when searching for string attributes.
Definition CartoTypeMetaData.h:36
@ Table3Obsolete
The ID of the obsolete projection table used up to CTM1 version 3.0.
Definition CartoTypeMetaData.h:26
@ RouteTableTECHTiled
The ID of the table containing turn-expanded contraction hierarchy routing data that is a tile that c...
Definition CartoTypeMetaData.h:54
@ RouteTableExtra
The ID of the table containing extra information used for A-star routing.
Definition CartoTypeMetaData.h:44
@ LayerTable
The ID of the table containing the layers containing the map objects; see also KLowResolutionLayerTab...
Definition CartoTypeMetaData.h:22
@ LowResolutionLayerTable
The ID of the table containing layer data containing map objects at lower resolutions,...
Definition CartoTypeMetaData.h:32
@ RouteTableCH
The ID of the contraction hierarchy routing data table.
Definition CartoTypeMetaData.h:42
@ StringTable
The ID of the table of compressed strings referenced by the map objects.
Definition CartoTypeMetaData.h:30
IVector< String^> StringList
A type for lists of strings.
Definition CartoTypeMetaData.h:90
PointFormat
The format used for points in CTM1 data. These numbers must fit into 8 bits for the moment because of...
Definition CartoTypeMetaData.h:67
@ ScaledDegree
Units are degrees as 11.21 fixed-point numbers. That is, there are 2^21 (2097152) units to a degree....
Definition CartoTypeMetaData.h:80
@ Meter
Units are projected map meters.
Definition CartoTypeMetaData.h:72
@ Meter32nds
Units are 32nds of projected map meters. This is the default format for CTM1 data.
Definition CartoTypeMetaData.h:86
@ Unknown
The intersection type is unknown.
Definition CartoTypeGeometry.h:152