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