[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [udig-devel] More questions about trying to figure out how	thingswork | 
Hi I'm doing a bunch of tests on a machine that is slightly faster  
but comparable enough to what you have.  I'll send out a report in 20  
minutes or so.
I'm testing uDig with Geoserver, Postgis and shapefile and recording  
the time it takes to render 170,000 roads.
Jesse
On 21-Mar-06, at 10:47 AM, Robbie Jameson wrote:
Hi Jesse,
Basically I would not be expecting any performance issue from the  
equipment side, I'm on Windows XP SP 2 with a Pentium M 1.7Ghz and  
1Gb of RAM.
The shapefiles I am using are from Teleatlas and display swiftly  
//            	   
//            	   
//                   MessageDialog.openInformation(display.getActiveShell(), 
//                		   "Done with Operation on layer: "+ myLayer.getName(), 
//                		   "Finished the Operation");
//               }
//           });
           */
        System.out.println("Got to end of the operation.");
	}
	/**
	 * This method is called to bail out of the Operation by displaying a 
	 * dialog explaining where we hit a snag.
	 * 
	 * @param display		The eclipse display object from the Operation.
	 * @param errorTitle		A java String for the title of the error dialog.
	 * @param errorMessage 	A java String with the text to display.
	 */
	private void bailOut (	final Display display, 
							final String errorTitle, 
							final String errorMessage){
		
        display.asyncExec(new Runnable(){
            public void run() {
         	   
                MessageDialog.openError(display.getActiveShell(), 
                		errorTitle, 
                		errorMessage);
            }
        });
	}
}
  
------------------------------------------------------------------------
472.03696975353523
0.0
0.0
-305.8076173909358
215362.80386139057
1261971.8070494558
  
------------------------------------------------------------------------
------------------------------------------------------------------------
PROJCS["NAD83 / UTM zone 37N", 
  GEOGCS["NAD83", 
    DATUM["North_American_Datum_1983", 
      SPHEROID["GRS 1980", 6378137.0, 298.257222101, AUTHORITY["EPSG","7019"]], 
      AUTHORITY["EPSG","6269"]], 
    PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], 
    UNIT["degree", 0.017453292519943295], 
    AXIS["Lon", EAST], 
    AXIS["Lat", NORTH], 
    AUTHORITY["EPSG","4269"]], 
  PROJECTION["Transverse_Mercator"], 
  PARAMETER["central_meridian", 39.0], 
  PARAMETER["latitude_of_origin", 0.0], 
  PARAMETER["scale_factor", 0.9996], 
  PARAMETER["false_easting", 500000.0], 
  PARAMETER["false_northing", 0.0], 
  UNIT["m", 1.0], 
  AXIS["x", EAST], 
  AXIS["y", NORTH], 
  AUTHORITY["EPSG","26910"]]
------------------------------------------------------------------------
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel