Error
Error Code:
3705
MySQL Error 3705: Spatial Function Not Implemented
Description
This error indicates that a specific spatial function or operation you are trying to use is not supported or implemented when working with projected spatial reference systems (SRSs) in MySQL. It typically occurs when performing GIS-related queries or data manipulation on columns defined with a projected SRS, leading to an unsupported operation.
Error Message
%s(%s) has not been implemented for projected spatial reference systems.
Known Causes
3 known causesUsing Unsupported Spatial Function
You are attempting to use a specific spatial function that MySQL's current implementation does not support for data defined with projected spatial reference systems.
Operating on Projected SRS Data
The error occurs when a spatial operation is applied to geometries or columns defined with a projected SRS, for which the operation is not implemented in MySQL.
MySQL Version Limitations
Your MySQL server version may lack the necessary implementation for the desired spatial function when working with projected spatial reference systems.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service