MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
lti_geoMetadataStatus.h
Go to the documentation of this file.
00001 /* $Id$ */
00002 /* //////////////////////////////////////////////////////////////////////////
00003 //                                                                         //
00004 // This code is Copyright (c) 2005 LizardTech, Inc, 1008 Western Avenue,   //
00005 // Suite 200, Seattle, WA 98104.  Unauthorized use or distribution         //
00006 // prohibited.  Access to and use of this code is permitted only under     //
00007 // license from LizardTech, Inc.  Portions of the code are protected by    //
00008 // US and foreign patents and other filings. All Rights Reserved.          //
00009 //                                                                         //
00011 /* PUBLIC */
00012 
00013 #ifndef LTI_GEOMETADATASTATUS_H
00014 #define LTI_GEOMETADATASTATUS_H
00015 
00016 #include "lt_base.h"
00017 
00018 #define LTI_STS_GeoMetadata_Base                        51300
00019 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_Base, "lt_lib_mrsid_geoMetadata base")
00020 
00021 #define LTI_STS_GeoMetadata_BadTIFFIFDRead              51301
00022 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_BadTIFFIFDRead, "bad TIFF IFD read")
00023 
00024 #define LTI_STS_GeoMetadata_BadTIFFIFDWrite             51302
00025 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_BadTIFFIFDWrite, "bad TIFF IFD write")
00026 
00027 #define LTI_STS_GeoMetadata_BadGeoTIFFDir               51303
00028 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_BadGeoTIFFDir, "bad GeoTIFF Directory")
00029 
00030 #define LTI_STS_GeoMetadata_InvalidSRS                  51304
00031 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_InvalidSRS, "invalid SRS")
00032 
00033 #define LTI_STS_GeoMetadata_InvalidDOQMetadata          51305
00034 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_InvalidDOQMetadata, "invalid DOQ metadata")
00035 
00036 #define LTI_STS_GeoMetadata_GDALDATANotSet              51306
00037 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_GDALDATANotSet, "GDAL_DATA not set")
00038 
00039 #define LTI_STS_GeoMetadata_PROJSONotSet                51307
00040 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_PROJSONotSet, "PROJSO not set")
00041 
00042 #define LTI_STS_GeoMetadata_NITFMGRSError               51308
00043 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_NITFMGRSError, "MGRS conversion error")
00044 
00045 #define LTI_STS_GeoMetadata_NITFUnsupIGEOLO             51309
00046 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_NITFUnsupIGEOLO, "unsupported IGEOLO setting")
00047 
00048 #define LTI_STS_GeoMetadata_CouldNotCreateTransformer   51310
00049 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_CouldNotCreateTransformer, "could not create coordinate transformer")
00050 
00051 #define LT_STS_GeoMetadata_ReprojectionErr              51311
00052 LT_STATUSSTRING_ADD(LT_STS_GeoMetadata_ReprojectionErr, "coordinate reprojection error")
00053 
00054 #define LTI_STS_GeoMetadata_InvalidWKT                  51312
00055 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_InvalidWKT, "invalid WKT")
00056 
00057 #define LTI_STS_GeoMetadata_MalformedMGRS               51313
00058 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_MalformedMGRS, "malformed MGRS coordinates")
00059 
00060 #define LTI_STS_GeoMetadata_Max                         51399
00061 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_Max, "lt_lib_mrsid_geoMetadata max")
00062 
00063 
00064 
00065 #endif // LTI_GEOMETADATASTATUS_H