#include <mi32/spatref.h>#include <mi32/simplear.h>#include <mi32/ctrlpt.h>#include <mi32/codespace.h>
Go to the source code of this file.
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::FGDC |
| Converter for Federal Geographic Data Committee (FDGC) metadata projection parameters. More... | |
| class | SPATREF::GDAL |
| Converter for GDAL projection parameters. More... | |
| class | SPATREF::GEOTIFF |
| Converter for GeoTIFF coordinate reference definition. More... | |
| class | SPATREF::GEOTIFF::READER |
| Reader for accessing GeoTIFF key values. More... | |
| class | SPATREF::GEOTIFF::READER_MEMORY |
| class | SPATREF::GEOTIFF::WRITER |
| Writer for storing GeoTIFF key values. More... | |
| class | SPATREF::GEOTIFF::WRITER_MEMORY |
| 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... | |
Namespaces | |
| namespace | SPATREF |
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) |
Spatial Reference (SPATREF) external system converters
Revision 1.29 2010/05/17 19:44:42 mju Add FGDC.
Revision 1.28 2009/03/11 17:04:11 mju Add geotiff::writer_memory.
Revision 1.27 2008/06/18 21:39:22 mju For geotiff::convertFromCRS return whether wrote projected as geographic.
Revision 1.26 2008/06/18 21:25:21 mju Add geotiff::convertFromCRS and writer interface class.
Revision 1.25 2008/06/18 20:19:01 mju Add codespace parm to geotiff::convertToCRS.
Revision 1.24 2008/06/18 16:12:38 mju Export geotiff reader classes.
Revision 1.23 2008/06/18 13:24:18 mju Add geotiff converter.
Revision 1.22 2007/05/02 14:44:55 mju Fwd declare identifier/list.
Revision 1.21 2007/03/19 17:00:07 dfriberg Forward declare GDALDataset
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
| #define CLASSLIBEXPORT MI_DLLCLASSIMPORT |
| #define LIBEXPORT MI_DLLIMPORT |
1.6.1