Converter for ERMapper coordinate reference definition. More...
#include <mi32/spatrefext.h>
Static Public Member Functions | |
| static int | ConvertFromCRS (const COORDREFSYS &CoordRefSys, SIMPLE_ARRAY< char > &DatumStr, SIMPLE_ARRAY< char > &ProjectionStr, SIMPLE_ARRAY< char > &CoordTypeStr) |
| static ERRVALUE | ConvertToCRS (const char *DatumStr, const char *ProjectionStr, const char *CoordTypeStr, COORDREFSYS &CoordRefSys) |
Converter for ERMapper coordinate reference definition.
| static int SPATREF::ERMAPPER::ConvertFromCRS | ( | const COORDREFSYS & | CoordRefSys, | |
| SIMPLE_ARRAY< char > & | DatumStr, | |||
| SIMPLE_ARRAY< char > & | ProjectionStr, | |||
| SIMPLE_ARRAY< char > & | CoordTypeStr | |||
| ) | [static] |
Convert COORDREFSYS to ERMapper strings.
| CoordRefSys | Coordinate Reference System to convert | |
| DatumStr | ERMapper Datum string returned | |
| ProjectionStr | ERMapper Projection string returned | |
| CoordTypeStr | ERMapper CoordinateType string returned |
| static ERRVALUE SPATREF::ERMAPPER::ConvertToCRS | ( | const char * | DatumStr, | |
| const char * | ProjectionStr, | |||
| const char * | CoordTypeStr, | |||
| COORDREFSYS & | CoordRefSys | |||
| ) | [static] |
Convert ERMapper strings to COORDREFSYS.
| DatumStr | ERMapper Datum string | |
| ProjectionStr | ERMapper Projection string | |
| CoordTypeStr | ERMapper CoordinateType string | |
| CoordRefSys | Coordinate Reference System returned |
1.6.1