I want to use gdaldem in java program so I want to convert gdaldem.cpp into the gdaldem.java. Please tell me a solution regarding this. If any other solution is there to use gdaldem in java please tell me that also.
Thanks
I want to use gdaldem in java program so I want to convert gdaldem.cpp into the gdaldem.java. Please tell me a solution regarding this. If any other solution is there to use gdaldem in java please tell me that also.
Thanks
You may be better off using an existing java interface to GDAL than trying to roll your own translation of a single program. Especially if are having questions about how to convert a c++ program to java.