PJ_COMPARISON_CRITERION
Objective-C
enum {}
Swift
struct PJ_COMPARISON_CRITERION : Equatable, RawRepresentable
Comparison criterion.
-
All properties are identical.
Declaration
Objective-C
PJ_COMP_STRICT
-
The objects are equivalent for the purpose of coordinate * operations. They can differ by the name of their objects, * identifiers, other metadata. * Parameters may be expressed in different units, provided that the * value is (with some tolerance) the same once expressed in a * common unit.
Declaration
Objective-C
PJ_COMP_EQUIVALENT
-
Same as EQUIVALENT, relaxed with an exception that the axis order * of the base CRS of a DerivedCRS/ProjectedCRS or the axis order of * a GeographicCRS is ignored. Only to be used * with DerivedCRS/ProjectedCRS/GeographicCRS
Declaration
Objective-C
PJ_COMP_EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS