USE46 Incompatible coordinate reference systems in function %FUNCTION%.
Explanation
This error can occur when you attempt to transform
geometries using the ST_Transform() function. The
only allowable transformations in this version of the Spatial DataBlade module
are:
- Between two UNKNOWN coordinate systems (that is, the srtext column in the spatial_references table for both SRIDs is “UNKNOWN”)
- Between a projected coordinate system and an unprojected coordinate system, in which the underlying geographic coordinate systems are the same
- Between two projected coordinate systems, in which the underlying geographic coordinate systems are the same
- Between two coordinate systems with the same geographic coordinate system (that is, a difference in false origin or system unit only)