MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
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_Max                                50599
00044 LT_STATUSSTRING_ADD(LTI_STS_Metadata_Max, "lt_lib_mrsid_metadata max")
00045 
00046 
00047 #endif // LTI_METADATASTATUS_H