Hey all, I'm realizing that there are a *bunch* of different javadocs on the web sites and some are not the code against which I am coding. I'm working from a nightly build from about a week ago which has Geotools 2.2.x inside. Could someone point me to the appropriate javadocs?
uDig: http://udig.refractions.net/docs/api-udig/ This suggests the constructor for MemoryServiceImpl is empty but I use new MemoryServiceImpl(MemoryService.URL); Geotools: http://udig.refractions.net/docs/api-geotools/ This is 2.3.x http://modules.geotools.org/main/apidocs/index.html This is 2.2.x However the former seems to have better info/more accurate representation of what classes and methods exist despite being deprecated. The 2.3.x version seems to echo better what's in the uDig SDK. Eclipse: http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/overview-summary.html GeoAPI: http://geoapi.sourceforge.net/snapshot/javadoc/index.html JTS: http://www.vividsolutions.com/jts/javadoc/index.html I have presumed these latter three are current. Ideally each uDig SDK release would include the appropriate Javadocs and source for all of the packages which it bundles so that a developer could setup a coherent environment on their machine. thanks, adrian _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
