MrSID Decode SDK for Raster Reference Manual
9.0.0.3864
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
lti_metadataStatus.h
Go to the documentation of this file.
1
/* $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
// //
11
/* PUBLIC */
12
13
#ifndef LTI_METADATASTATUS_H
14
#define LTI_METADATASTATUS_H
15
16
#include "
lt_base.h
"
17
18
#define LTI_STS_Metadata_Base 50500
19
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_Base
,
"lt_lib_mrsid_metadata base"
)
20
21
22
#define LTI_STS_Metadata_InternalError 50501
23
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_InternalError
,
"internal error"
)
24
25
#define LTI_STS_Metadata_UnsupDataType 50502
26
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_UnsupDataType
,
"unsupported datatype"
)
27
28
#define LTI_STS_Metadata_TagNotFound 50503
29
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_TagNotFound
,
"tag not found"
)
30
31
#define LTI_STS_Metadata_DuplicateTag 50504
32
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_DuplicateTag
,
"duplicate tag"
)
33
34
#define LTI_STS_Metadata_OldMetadataError 50505
35
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_OldMetadataError
,
"internal error - from old Metadata"
)
36
37
#define LTI_STS_Metadata_ScalarAsciiOnly 50506
38
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_ScalarAsciiOnly
,
"only scalar ASCII records supported"
)
39
40
#define LTI_STS_Metadata_BadFormatForTag 50507
41
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_BadFormatForTag
,
"bad format for given tag"
)
42
43
#define LTI_STS_Metadata_Max 50599
44
LT_STATUSSTRING_ADD
(
LTI_STS_Metadata_Max
,
"lt_lib_mrsid_metadata max"
)
45
46
47
#endif // LTI_METADATASTATUS_H
LizardTech