GRASS and Java: Difference between revisions
Jump to navigation
Jump to search
(stub added) |
m (+cats) |
||
Line 16: | Line 16: | ||
TODO | TODO | ||
[[Category:Development]] | |||
[[Category:Linking to other languages]] | |||
[[Category:Java]] |
Revision as of 16:41, 5 March 2010
ADD MORE PLEASE
Define:
public String run(String[] cmd) {
...
Process p1=rt.exec(cmd, env);
and use:
gm.run({"r.info", "map=roads"});
Examples
TODO