API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class > OdDbGeoCoordinateSystem Enumerations > OdDbGeoCoordinateSystem::Type Enumeration
OdDbGeoCoordinateSystem::Type Enumeration
Syntax
C++
enum Type { kTypeUnknown = 0, kTypeArbitrary = 1, kTypeGeographic = 2, kTypeProjected = 3 };

OdDbGeoCoordinateSystem.h

Members 
Description 
kTypeUnknown = 0 
The coordinate system is not set. 
kTypeArbitrary = 1 
The coordinate system is arbitrary. 
kTypeGeographic = 2 
The coordinate system is geographic. 
kTypeProjected = 3 
The coordinate system is projected. 

This enumeration indicates the type of a coordinate reference system.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.