Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Proj.Initialize
Loads and initializes PROJ library.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Proj | 10.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Proj.Initialize"; Path ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The file path to the framework or library. | "/Library/Frameworks/PROJ.framework" |
Result
Returns OK or error.
Description
Loads and initializes PROJ library.Please pass file path to DLL for Windows, framework for iOS/MacOS and path to shared object for Linux.
The plugin does not care where you install it or whether you just copy the library with your solution.
Examples
Load framework on Mac from default location:
MBS( "Proj.Initialize"; "/Library/Frameworks/PROJ.framework" )
See also
Example Databases
Blog Entries
This function checks for a paid license.
Created 22nd January 2020, last changed 19th January 2023