Converter for MapInfo CoordSys strings. More...
#include <mi32/spatrefext.h>
Static Public Member Functions | |
| static int | ConvertFromCRS (const COORDREFSYS &CoordRefSys, SIMPLE_ARRAY< char > &string) |
| static ERRVALUE | ConvertToCRS (const char *string, COORDREFSYS &CoordRefSys) |
| static ERRVALUE | ReadTAB (const FILEPATH &filepath, COORDREFSYS &CoordRefSys, SIMPLE_ARRAY< CTRLPOINT3 > &points) |
Converter for MapInfo CoordSys strings.
| static int SPATREF::MAPINFO::ConvertFromCRS | ( | const COORDREFSYS & | CoordRefSys, | |
| SIMPLE_ARRAY< char > & | string | |||
| ) | [static] |
Convert COORDREFSYS to MapInfo CoordSys string.
| CoordRefSys | Coordinate Reference System to convert | |
| string | MapInfo CorodSys string returned |
| static ERRVALUE SPATREF::MAPINFO::ConvertToCRS | ( | const char * | string, | |
| COORDREFSYS & | CoordRefSys | |||
| ) | [static] |
Convert MapInfo CoordSys string to COORDREFSYS.
| string | MapInfo CoordSys string | |
| CoordRefSys | Coordinate Reference System returned |
| static ERRVALUE SPATREF::MAPINFO::ReadTAB | ( | const FILEPATH & | filepath, | |
| COORDREFSYS & | CoordRefSys, | |||
| SIMPLE_ARRAY< CTRLPOINT3 > & | points | |||
| ) | [static] |
Read COORDREFSYS and control points from TAB file.
1.6.1