PROJ_INTERMEDIATE_CRS_USE
Objective-C
enum {}
Swift
struct PROJ_INTERMEDIATE_CRS_USE : Equatable, RawRepresentable
Describe if and how intermediate CRS should be used
-
Always search for intermediate CRS.
Declaration
Objective-C
PROJ_INTERMEDIATE_CRS_USE_ALWAYS -
Only attempt looking for intermediate CRS if there is no direct * transformation available.
Declaration
Objective-C
PROJ_INTERMEDIATE_CRS_USE_IF_NO_DIRECT_TRANSFORMATION -
Only attempt looking for intermediate CRS if there is no direct * transformation available.
Declaration
Objective-C
PROJ_INTERMEDIATE_CRS_USE_NEVER
View on GitHub
PROJ_INTERMEDIATE_CRS_USE Enumeration Reference