GPServerIP gpServer = (GPServerIP) pServerObject;
IGPValues igpValues = new GPValues();
GPString gpString = new GPString();
gpString.setValue(" ('DATE' > date '1998-01-01 00:00:00' AND 'DATE' < date '1998-01-31 00:00:00') AND ('Day' = 'SUN' OR 'Day'= 'SAT') ");
igpValues.add(gpString);
String jobId = gpServer.submitJob("911 Calls Hotspot", igpValues);
IStringArray stringArray = new StrArray();
IGPResultOptions resultOptions=new GPResultOptions();
IGPResult result = gpServer.getJobResult(jobId, stringArray, resultOptions);
求大神 告訴我 resultOptions 和 stringArray 這兩個參數 怎麼設置?
大神在哪裡啊。。。。。。。。。