MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
lti_nitfStatus.h
Go to the documentation of this file.
1 /* //////////////////////////////////////////////////////////////////////////
2 // //
3 // This code is Copyright (c) 2010 LizardTech, Inc, 1008 Western Avenue, //
4 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
5 // prohibited. Access to and use of this code is permitted only under //
6 // license from LizardTech, Inc. Portions of the code are protected by //
7 // US and foreign patents and other filings. All Rights Reserved. //
8 // //
10 /* PUBLIC */
11 
12 #ifndef LTI_NITFSTATUS_H
13 #define LTI_NITFSTATUS_H
14 
15 #include "lt_base.h"
16 
17 
18 #define LTI_STS_NITF_Base 51200
19 LT_STATUSSTRING_ADD(LTI_STS_NITF_Base, "lt_lib_mrsid_nitf base")
20 
21 
22 #define LTI_STS_NITF_UnsupDataType 51201
23 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupDataType, "unsupported datatype")
24 
25 #define LTI_STS_NITF_UnsupColorSpace 51202
26 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupColorSpace, "unsupported colorspace")
27 
28 #define LTI_STS_NITF_ErrorOpeningFile 51203
30 
31 #define LTI_STS_NITF_ErrorReadingFile 51204
33 
34 #define LTI_STS_NITF_UnsupLUT 51205
35 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupLUT, "LUTs unsupported")
36 
37 #define LTI_STS_NITF_InvalidImageSegment 51206
38 LT_STATUSSTRING_ADD(LTI_STS_NITF_InvalidImageSegment, "invalid image segment number")
39 
40 #define LTI_STS_NITF_AllocFailed 51207
41 LT_STATUSSTRING_ADD(LTI_STS_NITF_AllocFailed, "memory allocation failed")
42 
43 #define LTI_STS_NITF_InvalidNITF 51210
44 LT_STATUSSTRING_ADD(LTI_STS_NITF_InvalidNITF, "file is not valid NITF 2.1 (2500C) file")
45 
46 #define LTI_STS_NITF_UnsupEncrypt 51211
47 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupEncrypt, "encrypted NITF not supported")
48 
49 #define LTI_STS_NITF_UnsupStreaming 51212
50 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupStreaming, "NITF STREAMING extension not supported")
51 
52 #define LTI_STS_NITF_UnsupV11 51213
53 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupV11, "NITF v1.1 not supported")
54 
55 #define LTI_STS_NITF_UnsupImageFormat 51214
56 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormat, "NITF image format (IC) not supported")
57 
58 #define LTI_STS_NITF_UnsupImageFormatBilevel 51215
59 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormatBilevel, "NITF bilevel image format not supported")
60 
61 #define LTI_STS_NITF_UnsupImageFormatJpeg 51216
62 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormatJpeg, "NITF JPEG image format not supported")
63 
64 #define LTI_STS_NITF_UnsupImageFormatVQ 51217
65 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormatVQ, "NITF VQ image format not supported")
66 
67 #define LTI_STS_NITF_UnsupImageFormatJpegLS 51218
68 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormatJpegLS, "NITF lossless JPEG image format not supported")
69 
70 #define LTI_STS_NITF_UnsupImageFormatJpegDS 51219
71 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormatJpegDS, "NITF downsampled JPEG image format not supported")
72 
73 #define LTI_STS_NITF_GraphicUnsup 51220
74 LT_STATUSSTRING_ADD(LTI_STS_NITF_GraphicUnsup, "Graphic segment version unsupported")
75 
76 #define LTI_STS_NITF_UnsupUnalignedData 51221
77 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupUnalignedData, "non-byte-aligned data is unsupported")
78 
79 #define LTI_STS_NITF_ErrorParsingJPG 51222
80 LT_STATUSSTRING_ADD(LTI_STS_NITF_ErrorParsingJPG, "error parsing JPEG segment")
81 
82 #define LTI_STS_NITF_BadlyFormedString 51223
84 
85 #define LTI_STS_NITF_UnsupImageFormatJp2Block 51224
86 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImageFormatJp2Block, "NITF blocked JP2 image format not supported")
87 
88 #define LTI_STS_NITF_UnsupImagePJust 51225
89 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupImagePJust, "PJUST=L not supported")
90 
91 #define LTI_STS_NITF_UnsupScene 51226
92 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupScene, "specified scene must be entire image")
93 
94 #define LTI_STS_NITF_TooManySegments 51227
95 LT_STATUSSTRING_ADD(LTI_STS_NITF_TooManySegments, "maximum number of image segments exceeded")
96 
97 #define LTI_STS_NITF_ILOCExceeded 51228
98 LT_STATUSSTRING_ADD(LTI_STS_NITF_ILOCExceeded, "image segments out of file format range (ILOC)")
99 
100 #define LTI_STS_NITF_SegmentTooLarge 51229
101 LT_STATUSSTRING_ADD(LTI_STS_NITF_SegmentTooLarge, "image segment is larger than 10GB")
102 
103 #define LTI_STS_NITF_StreamDupError 51230
104 LT_STATUSSTRING_ADD(LTI_STS_NITF_StreamDupError, "error duplicating stream")
105 
106 #define LTI_STS_NITF_EncodingApplicationNotIdentified 51231
107 LT_STATUSSTRING_ADD(LTI_STS_NITF_EncodingApplicationNotIdentified, "The application did not identify itself")
108 
109 #define LTI_STS_NITF_InvalidICORDS 51232
110 LT_STATUSSTRING_ADD(LTI_STS_NITF_InvalidICORDS, "specified ICORDS value is invalid")
111 
112 #define LTI_STS_NITF_UnsupGeocentricICORDS 51233
113 LT_STATUSSTRING_ADD(LTI_STS_NITF_UnsupGeocentricICORDS, "writing geocentric IGEOLO is not supported (v2.0)")
114 
115 #define LTI_STS_NITF_Max 51299
116 LT_STATUSSTRING_ADD(LTI_STS_NITF_Max, "lt_lib_mrsid_nitf max")
117 
118 
119 #endif // LTI_NITFSTATUS_H
#define LTI_STS_NITF_GraphicUnsup
#define LTI_STS_NITF_UnsupEncrypt
#define LTI_STS_NITF_UnsupImagePJust
#define LTI_STS_NITF_UnsupLUT
#define LTI_STS_NITF_ErrorParsingJPG
#define LTI_STS_NITF_UnsupScene
#define LTI_STS_NITF_UnsupUnalignedData
#define LTI_STS_NITF_Base
#define LTI_STS_NITF_UnsupDataType
#define LTI_STS_NITF_UnsupImageFormat
#define LTI_STS_NITF_ErrorOpeningFile
#define LTI_STS_NITF_AllocFailed
#define LTI_STS_NITF_InvalidNITF
Include file for all LizardTech sources.
#define LTI_STS_NITF_UnsupImageFormatJpeg
#define LTI_STS_NITF_UnsupColorSpace
#define LTI_STS_NITF_UnsupImageFormatBilevel
#define LTI_STS_NITF_UnsupStreaming
#define LTI_STS_NITF_UnsupImageFormatVQ
#define LTI_STS_NITF_InvalidImageSegment
#define LTI_STS_NITF_SegmentTooLarge
#define LTI_STS_NITF_InvalidICORDS
#define LTI_STS_NITF_UnsupImageFormatJpegLS
#define LTI_STS_NITF_UnsupGeocentricICORDS
#define LTI_STS_NITF_BadlyFormedString
#define LTI_STS_NITF_StreamDupError
#define LTI_STS_NITF_UnsupImageFormatJpegDS
#define LTI_STS_NITF_ErrorReadingFile
#define LT_STATUSSTRING_ADD(NUM, STR)
Definition: lt_define.h:141
#define LTI_STS_NITF_TooManySegments
#define LTI_STS_NITF_ILOCExceeded
#define LTI_STS_NITF_UnsupImageFormatJp2Block
#define LTI_STS_NITF_UnsupV11
#define LTI_STS_NITF_EncodingApplicationNotIdentified
#define LTI_STS_NITF_Max

LizardTech