MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
lti_metadataStatus.h
Go to the documentation of this file.
00001 /* $Id$ */
00002 /* //////////////////////////////////////////////////////////////////////////
00003 //                                                                         //
00004 // This code is Copyright (c) 2004 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_METADATASTATUS_H
00014 #define LTI_METADATASTATUS_H
00015 
00016 #include "lt_base.h"
00017 
00018 #define LTI_STS_Metadata_Base                               50500
00019 LT_STATUSSTRING_ADD(LTI_STS_Metadata_Base, "lt_lib_mrsid_metadata base")
00020 
00021 
00022 #define LTI_STS_Metadata_InternalError                      50501
00023 LT_STATUSSTRING_ADD(LTI_STS_Metadata_InternalError, "internal error")
00024 
00025 #define LTI_STS_Metadata_UnsupDataType                      50502
00026 LT_STATUSSTRING_ADD(LTI_STS_Metadata_UnsupDataType, "unsupported datatype")
00027 
00028 #define LTI_STS_Metadata_TagNotFound                        50503
00029 LT_STATUSSTRING_ADD(LTI_STS_Metadata_TagNotFound, "tag not found")
00030 
00031 #define LTI_STS_Metadata_DuplicateTag                       50504
00032 LT_STATUSSTRING_ADD(LTI_STS_Metadata_DuplicateTag, "duplicate tag")
00033 
00034 #define LTI_STS_Metadata_OldMetadataError                   50505
00035 LT_STATUSSTRING_ADD(LTI_STS_Metadata_OldMetadataError, "internal error - from old Metadata")
00036 
00037 #define LTI_STS_Metadata_ScalarAsciiOnly                    50506
00038 LT_STATUSSTRING_ADD(LTI_STS_Metadata_ScalarAsciiOnly, "only scalar ASCII records supported")
00039 
00040 #define LTI_STS_Metadata_BadFormatForTag                    50507
00041 LT_STATUSSTRING_ADD(LTI_STS_Metadata_BadFormatForTag, "bad format for given tag")
00042 
00043 #define LTI_STS_Metadata_ReadErorr                          50508
00044 LT_STATUSSTRING_ADD(LTI_STS_Metadata_ReadErorr, "could not read metadata")
00045 
00046 #define LTI_STS_Metadata_WriteErorr                         50509
00047 LT_STATUSSTRING_ADD(LTI_STS_Metadata_WriteErorr, "could not write metadata")
00048 
00049 #define LTI_STS_Metadata_CorruptFile                        50510
00050 LT_STATUSSTRING_ADD(LTI_STS_Metadata_CorruptFile, "the metadata is corrupt")
00051 
00052 #define LTI_STS_Metadata_UnsupportedVersion                 50511
00053 LT_STATUSSTRING_ADD(LTI_STS_Metadata_UnsupportedVersion, "metadata version unsupported")
00054 
00055 
00056 #define LTI_STS_Metadata_BadTIFFIFDRead                     50512
00057 LT_STATUSSTRING_ADD(LTI_STS_Metadata_BadTIFFIFDRead, "bad IFD read")
00058 
00059 #define LTI_STS_Metadata_BadTIFFIFDWrite                    50513
00060 LT_STATUSSTRING_ADD(LTI_STS_Metadata_BadTIFFIFDWrite, "bad IFD write")
00061 
00062 
00063 #define LTI_STS_Metadata_Max                                50599
00064 LT_STATUSSTRING_ADD(LTI_STS_Metadata_Max, "lt_lib_mrsid_metadata max")
00065 
00066 
00067 
00068 
00069 #endif // LTI_METADATASTATUS_H