Statistics
| Revision:

svn-gvsig-desktop / branches / v10 / libraries / libjni-mrsid / include / writers / lti_writersStatus.h @ 28092

History | View | Annotate | Download (3.86 KB)

1 662 igbrotru
/* $Id$ */
2
/* //////////////////////////////////////////////////////////////////////////
3
//                                                                         //
4
// This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue,   //
5
// Suite 200, Seattle, WA 98104.  Unauthorized use or distribution         //
6
// prohibited.  Access to and use of this code is permitted only under     //
7
// license from LizardTech, Inc.  Portions of the code are protected by    //
8
// US and foreign patents and other filings. All Rights Reserved.          //
9
//                                                                         //
10
////////////////////////////////////////////////////////////////////////// */
11
/* PUBLIC */
12
13
#ifndef LTI_WRITERSSTATUS_H
14
#define LTI_WRITERSSTATUS_H
15
16
#include "lt_base.h"
17
18
#define LTI_STS_Writers_Base                                      50400
19
LT_STATUSSTRING_ADD(LTI_STS_Writers_Base, "lt_lib_mrsid_imageWriters base")
20
21
#define LTI_STS_Writers_CannotWriteFile                           50401
22
LT_STATUSSTRING_ADD(LTI_STS_Writers_CannotWriteFile, "Cannot write to file %F")
23
24
#define LTI_STS_Writers_UnsupColorSpace                           50402
25
LT_STATUSSTRING_ADD(LTI_STS_Writers_UnsupColorSpace, "unsupported colorspace")
26
27
#define LTI_STS_Writers_UnsupDataType                             50403
28
LT_STATUSSTRING_ADD(LTI_STS_Writers_UnsupDataType, "unsupported datatype")
29
30
31
#define LTI_STS_Writers_TIFFFieldInfoNotSet                       50410
32
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFFieldInfoNotSet, "TIFF: field info not set")
33
34
#define LTI_STS_Writers_TIFFLibraryError                          50411
35
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFLibraryError, "TIFF: library error - %s")
36
37
#define LTI_STS_Writers_TIFFLibraryWarning                        50412
38
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFLibraryWarning, "TIFF: library warning - %s")
39
40
#define LTI_STS_Writers_TIFFUnsupOutputFormat                     50413
41
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFUnsupOutputFormat, "TIFF: unsupported output format")
42
43
#define LTI_STS_Writers_TIFFWriteDataFailed                       50414
44
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFWriteDataFailed, "TIFF: write data failed")
45
46
#define LTI_STS_Writers_TIFFUnsupClutType                         50415
47
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFUnsupClutType, "TIFF: unsupported CLUT type")
48
49
#define LTI_STS_Writers_TIFFMetadataError                         50416
50
LT_STATUSSTRING_ADD(LTI_STS_Writers_TIFFMetadataError, "TIFF: metadata error")
51
52
53
#define LTI_STS_Writers_GDALErrorMessage                          50420
54
LT_STATUSSTRING_ADD(LTI_STS_Writers_GDALErrorMessage, "GDAL error: %s - %d")
55
56
57
#define LTI_STS_Writers_GeoTIFFBadKeyDims                         50430
58
LT_STATUSSTRING_ADD(LTI_STS_Writers_GeoTIFFBadKeyDims, "GeoTIFF: bad metadata key format")
59
60
#define LTI_STS_Writers_GeoTIFFUnableToSetKey                     504131
61
LT_STATUSSTRING_ADD(LTI_STS_Writers_GeoTIFFUnableToSetKey, "GeoTIFF: unable to set key")
62
63
#define LTI_STS_Writers_GeoTIFFOpenFileError                      50432
64
LT_STATUSSTRING_ADD(LTI_STS_Writers_GeoTIFFUnableToSetKey, "GeoTIFF: error opening file")
65
66
67
#define LTI_STS_Writers_BBBCannotWriteFile                        50440
68
LT_STATUSSTRING_ADD(LTI_STS_Writers_BBBCannotWriteFile, "BBB: cannot write to file")
69
70
71
#define LTI_STS_Writers_BMPCannotWriteFile                        50450
72
LT_STATUSSTRING_ADD(LTI_STS_Writers_BMPCannotWriteFile, "BMP: cannot write to file")
73
74
75
#define LTI_STS_Writers_JPEGErrorMessage                          50460
76
LT_STATUSSTRING_ADD(LTI_STS_Writers_JPEGErrorMessage, "JPEG error: %s")
77
78
#define LTI_STS_Writers_JPEGOpenFileError                         50461
79
LT_STATUSSTRING_ADD(LTI_STS_Writers_JPEGOpenFileError, "JPEG: error opening file")
80
81
82
#define LTI_STS_Writers_Max                                       50499
83
LT_STATUSSTRING_ADD(LTI_STS_Writers_Max, "lt_lib_mrsid_imageWriters max")
84
85
86
#endif // LTI_WRITERSSTATUS_H