<DIV>I find some java code to call the grass commond,i am confusing with some parmeters:</DIV>
<DIV>----------------------<BR> /**<BR> * Define all environment variables needed by Grass<BR> * <BR> * @param gisBase<BR> * Directory where GRASS lives.<BR> * @param gisRcreate<BR> * Define if an existing GISRC file as to be used.<BR> * @param gisRc<BR> * Name of .grassrc6 file. GISRCRC defines the system wide value<BR> * while in a GRASS session.<BR> * @param mapset<BR> * Initial mapset directory which is a subdirectory of<BR> * LOCATION_NAME<BR> * @param location<BR> * Initial location directory which is a subdirectory of GISDBASE<BR> * @param gisDBase<BR> * Initial database directory which should be a fully qualified<BR> * path (eg /usr/local/share/grassdata).<BR> * @param proj<BR> * Projection code.<BR> */<BR> public void setEnv(String gisBase, String gisRcreate, String gisRc,<BR> String mapset, String location, String gisDBase, String proj)</DIV>
<DIV>-----------------------</DIV>
<DIV>what is the difference between gisRcreate and the gisRc<BR></DIV>