#include <mi32/spatref.h>
#include <mi32/simplear.h>
#include <mi32/ctrlpt.h>
Include dependency graph for spatrefext.h:

Go to the source code of this file.
Namespaces | |
| namespace | SPATREF |
Classes | |
| class | SPATREF::ERMAPPER |
| Converter for ERMapper coordinate reference definition. More... | |
| class | SPATREF::ESRI |
| Converter for ESRI projection parameters. Handles both "old" (< version 8) and WKT strings. More... | |
| class | SPATREF::GDAL |
| class | SPATREF::MAPINFO |
| Converter for MapInfo CoordSys strings. More... | |
| class | SPATREF::OGC_URN |
| Converter for Open Geospatial Consortium (OGC) Universal Resource Name (URN) forms. More... | |
| class | SPATREF::OGC_WKT |
| Converter for Open Geospatial Consortium Well-Known Text forms. More... | |
| class | SPATREF::TYDAC |
| Converter for Tydac Projection strings. More... | |
Defines | |
| #define | CLASSLIBEXPORT MI_DLLCLASSIMPORT |
| #define | LIBEXPORT MI_DLLIMPORT |
Functions | |
| int LIBEXPORT | SPATREF::ReadImageGeoreference (const FILEPATH &imgfilepath, SPATREF::COORDREFSYS &CoordRefSys, TRANS2D_AFFINE &TransAffine, SIMPLE_ARRAY< CTRLPOINT3 > &CtrlPoints) |
Revision 1.20 2007/03/19 16:46:51 dfriberg Make new class for GDAL
Revision 1.19 2006/10/18 16:21:51 mju Add esri::convertZoneToLegacyMI.
Revision 1.18 2006/10/06 15:43:28 mju Fwd declare filepath.
Revision 1.17 2006/07/21 16:24:50 dfriberg Set default parameter value for GetWKT
Revision 1.16 2006/07/21 15:51:35 dfriberg Comments
Revision 1.15 2006/07/21 15:43:42 dfriberg Change ESRI_OLD to ESRI
Revision 1.14 2005/12/19 21:39:33 mju Export readImageGeoref from dll.
Revision 1.13 2005/12/19 20:44:29 mju Add ReadImageGeoreference.
Revision 1.12 2005/11/22 14:04:50 mju Add tydac converter class.
Revision 1.11 2005/09/07 16:46:11 mju Add mapinfo.readTAB method.
Revision 1.10 2005/05/27 17:00:16 mju Change URN to generalize extaction from idlist and conversion to id.
Revision 1.9 2005/05/27 14:18:36 mju Add URN conversions to/from COORDOPDEF and COORDOPMETHOD.
Revision 1.8 2005/05/13 16:22:21 mju Add ogc urn converter.
Revision 1.7 2005/03/15 14:59:46 mju Add converter for ERMapper.
Revision 1.6 2005/03/02 21:45:02 mju Add mapinfo class.
Revision 1.5 2005/01/31 17:56:41 dwilliss Would help if ESRI_OLD was actually exported from the dll :-)
Revision 1.4 2005/01/28 15:14:54 mju Add ESRI_OLD converter.
Revision 1.3 2004/08/23 15:07:51 mju Add ogc_wkt.getName.
Revision 1.2 2004/08/23 14:26:42 mju Require codespace for WKT conversion.
Revision 1.1 2004/07/20 21:56:03 mju Initial revision
Definition in file spatrefext.h.
| #define CLASSLIBEXPORT MI_DLLCLASSIMPORT |
Definition at line 95 of file spatrefext.h.
| #define LIBEXPORT MI_DLLIMPORT |
Definition at line 96 of file spatrefext.h.
1.5.2