MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
lti_geoMetadataStatus.h
Go to the documentation of this file.
1
/* $Id$ */
2
/* //////////////////////////////////////////////////////////////////////////
3
// //
4
// This code is Copyright (c) 2005 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_GEOMETADATASTATUS_H
14
#define LTI_GEOMETADATASTATUS_H
15
16
#include "
lt_base.h
"
17
18
#define LTI_STS_GeoMetadata_Base 51300
19
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_Base
,
"lt_lib_mrsid_geoMetadata base"
)
20
21
#define LTI_STS_GeoMetadata_BadTIFFIFDRead 51301
22
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_BadTIFFIFDRead
,
"bad TIFF IFD read"
)
23
24
#define LTI_STS_GeoMetadata_BadTIFFIFDWrite 51302
25
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_BadTIFFIFDWrite
,
"bad TIFF IFD write"
)
26
27
#define LTI_STS_GeoMetadata_BadGeoTIFFDir 51303
28
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_BadGeoTIFFDir
,
"bad GeoTIFF Directory"
)
29
30
#define LTI_STS_GeoMetadata_InvalidSRS 51304
31
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_InvalidSRS
,
"invalid SRS"
)
32
33
#define LTI_STS_GeoMetadata_InvalidDOQMetadata 51305
34
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_InvalidDOQMetadata
,
"invalid DOQ metadata"
)
35
36
#define LTI_STS_GeoMetadata_GDALDATANotSet 51306
37
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_GDALDATANotSet
,
"GDAL_DATA not set"
)
38
39
#define LTI_STS_GeoMetadata_PROJSONotSet 51307
40
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_PROJSONotSet
,
"PROJSO not set"
)
41
42
#define LTI_STS_GeoMetadata_NITFMGRSError 51308
43
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_NITFMGRSError
,
"MGRS conversion error"
)
44
45
#define LTI_STS_GeoMetadata_NITFUnsupIGEOLO 51309
46
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_NITFUnsupIGEOLO
,
"unsupported IGEOLO setting"
)
47
48
#define LTI_STS_GeoMetadata_CouldNotCreateTransformer 51310
49
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_CouldNotCreateTransformer
,
"could not create coordinate transformer"
)
50
51
#define LT_STS_GeoMetadata_ReprojectionErr 51311
52
LT_STATUSSTRING_ADD
(
LT_STS_GeoMetadata_ReprojectionErr
,
"coordinate reprojection error"
)
53
54
#define LTI_STS_GeoMetadata_InvalidWKT 51312
55
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_InvalidWKT
,
"invalid WKT"
)
56
57
#define LTI_STS_GeoMetadata_MalformedMGRS 51313
58
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_MalformedMGRS
,
"malformed MGRS coordinates"
)
59
60
#define LTI_STS_GeoMetadata_Max 51399
61
LT_STATUSSTRING_ADD
(
LTI_STS_GeoMetadata_Max
,
"lt_lib_mrsid_geoMetadata max"
)
62
63
64
65
#endif // LTI_GEOMETADATASTATUS_H
LizardTech