BaseGeoDefs.r.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
11 
12 #if !defined (mdl_resource_compiler) && !defined (mdl_type_resource_generator)
13 namespace GeoCoordinates {
14 #endif
15 
16 // Error codes that we generate, separate from CS_Map error codes. These are all negative, in the range -100000 to -200000.
17 #define GeoCoordErrorBase -100000
18 #define GeoCoordErrorTiffBase -101000
19 #define GeoCoordErrorEnd -110000
20 
22  {
23  // General errors
43 
52 
59 
60  // GeoTiff read errors:
74 
75  // GeoTiff write errors:
78  };
79 
81  {
99 
104 
109 
111 
116 
119 
120  };
121 
122 #if !defined (mdl_resource_compiler) && !defined (mdl_type_resource_generator)
123 };
124 
125 #endif
#define GeoCoordErrorTiffBase
Definition: BaseGeoDefs.r.h:18
#define GeoCoordErrorBase
Definition: BaseGeoDefs.r.h:17
Definition: BaseGeoDefs.r.h:27
#define BEGIN_BENTLEY_NAMESPACE
Definition: Bentley.r.h:24
Definition: BaseGeoDefs.r.h:25
BaseGeoCoordErrors
Definition: BaseGeoDefs.r.h:21
#define END_BENTLEY_NAMESPACE
Definition: Bentley.r.h:25
DgnGeoCoordStrings
Definition: BaseGeoDefs.r.h:80

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.