CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Properties | List of all members
CartoType::MapMetaData Class Reference

Metadata describing a CTM1 map file. More...

#include <CartoTypeMetaData.h>

Properties

int FileVersionMajor
 The major part of the CTM1 format version.
 
int FileVersionMinor
 The minor part of the CTM1 format version.
 
int CartoTypeVersionMajor
 The major part of the version of CartoType used to build the makemap tool which created the CTM1 file.
 
int CartoTypeVersionMinor
 The minor part of the version of CartoType used to build the makemap tool which created the CTM1 file.
 
int CartoTypeBuild
 The build (version control revision number) used to build the makemap tool which created the CTM1 file.
 
String^ DataSetName
 The name of the map data set.
 
String^ Copyright
 The copyright notice applying to the map data.
 
String^ ProjectionName
 The name of the map projection.
 
String^ ProjectionParameters
 The Proj4 parameters for the map projection.
 
PointFormat PointFormat
 The point format for map coordinates: either Meter or Meter32nds.
 
RectExtentInMapCoords
 The axis-aligned bounds of the map, in map coordinates.
 
RectExtentInDegrees
 The axis-aligned bounds of the map, in degrees of longitude and latitude.
 
MapTableType RouteTableType
 The route table type: one of the constants defined in MapTableType.
 
bool RouteDataHasGradients
 True if the route data contains gradients.
 
bool LargeFile
 True if file positions in the data file take up 5 bytes rather than 4.
 
bool DrivingSideKnown
 True if the driving side (rule of the road) is known.
 
bool DriveOnLeft
 True if the driving side is known and the rule is to drive on the left.
 

Detailed Description

Metadata describing a CTM1 map file.


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