Hello everyone,
I have two questions:
1- How I can make a GIS stand alone applications with GRASS .
and what are the programing languages which can be used to do this.
2- Can I use GRASS-JNI with grass5.x?
or it only works on older versions? if yes… how can I make access to the grass5 or grass5.7 data from a java written application?
thanks all
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
desa huyk wrote:
1- How I can make a GIS stand alone applications with GRASS .
and what are the programing languages which can be used to do this.
There are essentially two ways in which you can use GRASS from a
program. You can either link directly against the GRASS libraries, or
you can execute GRASS programs.
For the former, you can use any language which is capable of using
libraries which are written in C. For the latter, you can use any
language which has the ability to execute programs.
--
Glynn Clements <glynn.clements@virgin.net>