PROJProjectionFactoryType
Objective-C
enum PROJProjectionFactoryType {}
Swift
struct PROJProjectionFactoryType : Equatable, RawRepresentable
Well-known text representation of coordinate reference systems category type
-
Cached projections from previous retrievals
Declaration
Objective-C
PROJ_FACTORY_CACHE -
Well-Known Text Definition PROJ creation
Declaration
Objective-C
PROJ_FACTORY_DEFINITION -
Well-Known Text Definition parameter parsing and PROJ parameter creation
Declaration
Objective-C
PROJ_FACTORY_DEFINITION_PARAMETERS -
PROJ creation from a well-known coordinate reference system name
Declaration
Objective-C
PROJ_FACTORY_NAME -
PROJ creation from PROJ projection parameters
Declaration
Objective-C
PROJ_FACTORY_PARAMETERS -
Creation from project and custom properties of configured PROJ projection parameters
Declaration
Objective-C
PROJ_FACTORY_PROPERTIES
View on GitHub
PROJProjectionFactoryType Enumeration Reference