|
CartoType .NET API 9.2-11-g041bcfff8
for development in C#, Visual Basic and other .NET languages
|
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. | |
| StringList^ | Layers |
| The layers. | |
| PointFormat | PointFormat |
| The point format for map coordinates: either Meter or Meter32nds. | |
| Rect^ | ExtentInMapCoords |
| The axis-aligned bounds of the map, in map coordinates. | |
| Rect^ | ExtentInDegrees |
| 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. | |
Metadata describing a CTM1 map file.