MrSID Decode SDK for Raster Reference Manual  9.1.0.4045
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
23 
24 #define LTI_STS_GeoMetadata_BadTIFFIFDWrite 51302
26 
27 #define LTI_STS_GeoMetadata_BadGeoTIFFDir 51303
29 
30 #define LTI_STS_GeoMetadata_InvalidSRS 51304
32 
33 #define LTI_STS_GeoMetadata_InvalidDOQMetadata 51305
35 
36 #define LTI_STS_GeoMetadata_GDALDATANotSet 51306
38 
39 #define LTI_STS_GeoMetadata_PROJSONotSet 51307
41 
42 #define LTI_STS_GeoMetadata_NITFMGRSError 51308
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
56 
57 #define LTI_STS_GeoMetadata_Max 51399
58 LT_STATUSSTRING_ADD(LTI_STS_GeoMetadata_Max, "lt_lib_mrsid_geoMetadata max")
59 
60 
61 
62 #endif // LTI_GEOMETADATASTATUS_H

LizardTech