Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
enum PJ_LOG_LEVEL { PJ_LOG_NONE = 0, PJ_LOG_ERROR = 1, PJ_LOG_DEBUG = 2, PJ_LOG_TRACE = 3, PJ_LOG_TELL = 4, PJ_LOG_DEBUG_MAJOR = 2, /* for proj_api.h compatibility */ PJ_LOG_DEBUG_MINOR = 3 /* for proj_api.h compatibility */ }Swift
struct PJ_LOG_LEVEL : Equatable, RawRepresentable -
Open access / mode
See moreDeclaration
Objective-C
enum PROJ_OPEN_ACCESS {}Swift
struct PROJ_OPEN_ACCESS : Equatable, RawRepresentable -
Undocumented
See moreDeclaration
Objective-C
enum PJ_DIRECTION { PJ_FWD = 1, /* Forward */ PJ_IDENT = 0, /* Do nothing */ PJ_INV = -1 /* Inverse */ }Swift
struct PJ_DIRECTION : Equatable, RawRepresentable -
\brief Guessed WKT “dialect”.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_GUESSED_WKT_DIALECT : Equatable, RawRepresentable -
\brief Object category.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_CATEGORY : Equatable, RawRepresentable -
\brief Object type.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_TYPE : Equatable, RawRepresentable -
Comparison criterion.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_COMPARISON_CRITERION : Equatable, RawRepresentable -
\brief WKT version.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_WKT_TYPE : Equatable, RawRepresentable -
Specify how source and target CRS extent should be used to restrict
- candidate operations (only taken into account if no explicit area of
- interest is specified.
Declaration
Objective-C
enum {}Swift
struct PROJ_CRS_EXTENT_USE : Equatable, RawRepresentable -
Describe how grid availability is used.
See moreDeclaration
Objective-C
enum {}Swift
struct PROJ_GRID_AVAILABILITY_USE : Equatable, RawRepresentable -
\brief PROJ string version.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_PROJ_STRING_TYPE : Equatable, RawRepresentable -
Spatial criterion to restrict candidate operations.
See moreDeclaration
Objective-C
enum {}Swift
struct PROJ_SPATIAL_CRITERION : Equatable, RawRepresentable -
Describe if and how intermediate CRS should be used
See moreDeclaration
Objective-C
enum {}Swift
struct PROJ_INTERMEDIATE_CRS_USE : Equatable, RawRepresentable -
Type of coordinate system.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_COORDINATE_SYSTEM_TYPE : Equatable, RawRepresentable -
Type of unit of measure.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_UNIT_TYPE : Equatable, RawRepresentable -
Type of Cartesian 2D coordinate system.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_CARTESIAN_CS_2D_TYPE : Equatable, RawRepresentable -
Type of Ellipsoidal 2D coordinate system.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_ELLIPSOIDAL_CS_2D_TYPE : Equatable, RawRepresentable -
Type of Ellipsoidal 3D coordinate system.
See moreDeclaration
Objective-C
enum {}Swift
struct PJ_ELLIPSOIDAL_CS_3D_TYPE : Equatable, RawRepresentable -
Well-known text representation of coordinate reference systems category type
See moreDeclaration
Objective-C
enum CRSCategoryType {}Swift
struct CRSCategoryType : Equatable, RawRepresentable -
Well-known text representation of coordinate reference systems category type
See moreDeclaration
Objective-C
enum CRSType {}Swift
struct CRSType : Equatable, RawRepresentable -
Axis Direction Type
See moreDeclaration
Objective-C
enum CRSAxisDirectionType {}Swift
struct CRSAxisDirectionType : Equatable, RawRepresentable -
Coordinate System Type
See moreDeclaration
Objective-C
enum CRSCoordinateSystemType {}Swift
struct CRSCoordinateSystemType : Equatable, RawRepresentable -
Unit Type
See moreDeclaration
Objective-C
enum CRSUnitType {}Swift
struct CRSUnitType : Equatable, RawRepresentable -
Common Unit Type
See moreDeclaration
Objective-C
enum CRSUnitsType {}Swift
struct CRSUnitsType : Equatable, RawRepresentable -
Ellipsoid Type
See moreDeclaration
Objective-C
enum CRSEllipsoidType {}Swift
struct CRSEllipsoidType : Equatable, RawRepresentable -
Common Ellipsoids
See moreDeclaration
Objective-C
enum CRSEllipsoidsType {}Swift
struct CRSEllipsoidsType : Equatable, RawRepresentable -
Common Geo Datums
See moreDeclaration
Objective-C
enum CRSGeoDatumType {}Swift
struct CRSGeoDatumType : Equatable, RawRepresentable -
Common Prime Meridians
See moreDeclaration
Objective-C
enum CRSPrimeMeridianType {}Swift
struct CRSPrimeMeridianType : Equatable, RawRepresentable -
Common Operation Methods
See moreDeclaration
Objective-C
enum CRSOperationMethodType {}Swift
struct CRSOperationMethodType : Equatable, RawRepresentable -
Common Operation Parameters
See moreDeclaration
Objective-C
enum CRSOperationParameterType {}Swift
struct CRSOperationParameterType : Equatable, RawRepresentable -
Coordinate Operation type
See moreDeclaration
Objective-C
enum CRSOperationType {}Swift
struct CRSOperationType : Equatable, RawRepresentable -
Coordinate Reference System Keyword
See moreDeclaration
Objective-C
enum CRSKeywordType {}Swift
struct CRSKeywordType : Equatable, RawRepresentable -
Well-known text representation of coordinate reference systems category type
See moreDeclaration
Objective-C
enum PROJProjectionFactoryType {}Swift
struct PROJProjectionFactoryType : Equatable, RawRepresentable -
Enumeration of projection units
See moreDeclaration
Objective-C
enum PROJUnit {}Swift
struct PROJUnit : Equatable, RawRepresentable
View on GitHub
Enumerations Reference