PROJ_CRS_EXTENT_USE
Objective-C
enum {}
Swift
struct PROJ_CRS_EXTENT_USE : 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.
-
Ignore CRS extent
Declaration
Objective-C
PJ_CRS_EXTENT_NONE
-
Test coordinate operation extent against both CRS extent.
Declaration
Objective-C
PJ_CRS_EXTENT_BOTH
-
Test coordinate operation extent against the intersection of both CRS extent.
Declaration
Objective-C
PJ_CRS_EXTENT_INTERSECTION
-
Test coordinate operation against the smallest of both CRS extent.
Declaration
Objective-C
PJ_CRS_EXTENT_SMALLEST