Hello, The javadocs list the jar file name for most classes at the bottom of the header doc (just above the method/field summaries). For example, the page for the CRS class has this...
Module: modules/library/referencing (gt-referencing.jar) http://docs.geotools.org/stable/javadocs/org/geotools/referencing/CRS.html To find out about all required GeoTools and third-party dependencies is a bit harder. That's why most users end up using Maven as their build tool rather than adding jars manually. Michael 2011/2/10 GMLチェックツール <[email protected]>: > Hi, > > I wondering if there is an available reference to determine the specific > artifact > including their dependencies for the specific functionality or package. > > e.g. > gt-main is required to all functionality (geotools core) > gt-shapefile for shape file processing > > I've seen the javadocs to know the package but not the physical jar file > name. > > Regards, > Eros > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
