MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
lti_filtersStatus.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_FILTERSSTATUS_H
00014 #define LTI_FILTERSSTATUS_H
00015 
00016 #include "lt_base.h"
00017 
00018 #define LTI_STS_Filters_Base                          50200
00019 LT_STATUSSTRING_ADD(LTI_STS_Filters_Base, "lt_lib_mrsid_imageFilters base")
00020 
00021 #define LTI_STS_Filters_UnsupDataType                 50201
00022 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupDataType, "unsupported datatype")
00023 
00024 #define LTI_STS_Filters_UnsupColorTransform           50202
00025 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupColorTransform, "unsupported colorspace transform")
00026 
00027 #define LTI_STS_Filters_InvalidArgument               50203
00028 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidArgument, "invalid argument")
00029 
00030 #define LTI_STS_Filters_UnsupDataTypeTransform        50204
00031 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupDataTypeTransform, "unsupported datatype transform")
00032 
00033 #define LTI_STS_Filters_MosaicIncompatPixelProps      50205
00034 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatPixelProps, "incompatible pixel properties - bit-depth, colorspace, etc")
00035 
00036 #define LTI_STS_Filters_MosaicIncompatXRes            50206
00037 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatXRes, "incompatible X resolutions")
00038 
00039 #define LTI_STS_Filters_MosaicIncompatYRes            50207
00040 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatYRes, "incompatible Y resolutions")
00041 
00042 #define LTI_STS_Filters_WatermarkTooBig               50208
00043 LT_STATUSSTRING_ADD(LTI_STS_Filters_WatermarkTooBig, "watermark too big")
00044 
00045 #define LTI_STS_Filters_InvalidSampleMap              50209
00046 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidSampleMap, "invalid sample map")
00047 
00048 #define LTI_STS_Filters_InvalidEmbedding              50210
00049 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidEmbedding, "invalid embedding")
00050 
00051 #define LTI_STS_Filters_InvalidComposition            50211
00052 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidComposition, "invalid composition inputs")
00053 
00054 #define LTI_STS_Filters_MosaicIncompatXResMulti       50212
00055 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatXResMulti, "incompatible X resolutions - not scalable")
00056 
00057 #define LTI_STS_Filters_MosaicIncompatYResMulti       50213
00058 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatYResMulti, "incompatible Y resolutions - not scalable")
00059 
00060 #define LTI_STS_Filters_MosaicIncompatXYResMulti      50214
00061 LT_STATUSSTRING_ADD(LTI_STS_Filters_MosaicIncompatXYResMulti, "incompatible X/Y resolutions - not scalable")
00062 
00063 #define LTI_STS_Filters_UnsupColorSpace               50215
00064 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupColorSpace, "unsupported colorspace")
00065 
00066 #define LTI_STS_Filters_AllocFailed                   50216
00067 LT_STATUSSTRING_ADD(LTI_STS_Filters_AllocFailed, "memory allocation failed")
00068 
00069 #define LTI_STS_Filters_InvalidDynamicRange           50217
00070 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidDynamicRange, "invalid dynamic range")
00071 
00072 #define LTI_STS_Filters_BandAidStringFormat           50230
00073 LT_STATUSSTRING_ADD(LTI_STS_Filters_BandAidStringFormat, "bad format or syntax error of band string")
00074 
00075 #define LTI_STS_Filters_BandAidBandNum                50231
00076 LT_STATUSSTRING_ADD(LTI_STS_Filters_BandAidBandNum, "illegal band number")
00077 
00078 #define LTI_STS_Filters_InvalidScene                  50232
00079 LT_STATUSSTRING_ADD(LTI_STS_Filters_InvalidScene, "invalid or empty scene specified")
00080 
00081 #define LTI_STS_Filters_FileCacheZeroFill             50233
00082 LT_STATUSSTRING_ADD(LTI_STS_Filters_FileCacheZeroFill, "could not zero fill cache file (disc space)")
00083 
00084 #define LTI_STS_Filters_FileCacheWriteError           50234
00085 LT_STATUSSTRING_ADD(LTI_STS_Filters_FileCacheWriteError, "cache file write error")
00086 
00087 #define LTI_STS_Filters_FileCacheReadError            50235
00088 LT_STATUSSTRING_ADD(LTI_STS_Filters_FileCacheReadError, "cache file read error")
00089 
00090 #define LTI_STS_Filters_MaskPixelMismatch             50236
00091 LT_STATUSSTRING_ADD(LTI_STS_Filters_MaskPixelMismatch, "mask pixel mismatch")
00092 
00093 #define LTI_STS_Filters_UnsupBulkPropsVersion         50237
00094 LT_STATUSSTRING_ADD(LTI_STS_Filters_UnsupBulkPropsVersion, "unsupported bulk properies version")
00095 
00096 #define LTI_STS_Filters_BulkPropsOpenErr              50238
00097 LT_STATUSSTRING_ADD(LTI_STS_Filters_BulkPropsOpenErr, "could not open bulk properies file")
00098 
00099 #define LTI_STS_Filters_DuplicateBandsNotSupported    50239
00100 LT_STATUSSTRING_ADD(LTI_STS_Filters_DuplicateBandsNotSupported, "filter does not support duplicate bands in the band selection")
00101 
00102 #define LTI_STS_Filters_Max                           50299
00103 LT_STATUSSTRING_ADD(LTI_STS_Filters_Max, "lt_lib_mrsid_imageFilters max")
00104 
00105 #endif // LTI_FILTERSSTATUS_H