GeoCoordErrors.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 
10 #define GeoCoordError_Base 0x150000
11 
12 #define GeoCoordError_BadType66Version (GeoCoordError_Base | 0x0002)
13 #define GeoCoordError_BadType66Size (GeoCoordError_Base | 0x0003)
14 
15 #define GeoCoordError_InvalidUTMZone (GeoCoordError_Base | 0x0004)
16 

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