Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Proj.Transform
Transforms one coordinate.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Proj | 10.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Proj.Transform"; Source Projection; Output Projection { ; X; Y; Z } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
Source Projection | The definition string for the source projection. | "+proj=longlat +datum=WGS84" | |
Output Projection | The definition for the output projection. | "+proj=utm +zone=31 +datum=WGS84" | |
X | The x coordinate to transform. | Optional | |
Y | The y coordinate to transform. | Optional | |
Z | The z coordinate to transform. Not used by all transformations. |
Optional |
Result
Returns JSON or error.
Description
Transforms one coordinate.Example Databases
Blog Entries
This function checks for a paid license.
Created 22nd January 2020, last changed 19th January 2023