Hello
Are there any SDK options (Java and/or non-Java) that can be used without a GUI. For example, a process running on a server that can render complex maps and save them as images to a database. I'm currently unable to use the Java SDK due to it's JavaFX requirement on the MapView class. My current environment is fairly restrictive and I'm unable to get around the JavaFX requirement. It would be nice if there was a "View" class that had similar capabilities to the MapView class, but it's sole purpose was to render the View to various image formats instead of to the JavaFX Stage.
Thanks
--
Travis Dillon