|
From: Imran R. <ra...@gm...> - 2011-07-27 17:52:07
|
so i need all the jars with a + to make it work in tomcat dynamic web project? On Wed, Jul 27, 2011 at 7:26 PM, Jody Garnett <jod...@gm...>wrote: > We can check with maven (the tool we use to manage jars for geotools) > > org.geotools:gt-geojson:jar:8-SNAPSHOT > [INFO] +- org.geotools:gt-main:jar:8-SNAPSHOT:compile > [INFO] | +- org.geotools:gt-api:jar:8-SNAPSHOT:compile > [INFO] | | \- org.geotools:gt-referencing:jar:8-SNAPSHOT:compile > [INFO] | | +- java3d:vecmath:jar:1.3.2:compile > [INFO] | | +- commons-pool:commons-pool:jar:1.5.4:compile > [INFO] | | \- org.geotools:gt-metadata:jar:8-SNAPSHOT:compile > [INFO] | | \- org.geotools:gt-opengis:jar:8-SNAPSHOT:compile > [INFO] | | \- > net.java.dev.jsr-275:jsr-275:jar:1.0-beta-2:compile > [INFO] | +- com.vividsolutions:jts:jar:1.12:compile > [INFO] | | \- xerces:xercesImpl:jar:2.7.1:compile (version managed from > 2.4.0) > [INFO] | \- jdom:jdom:jar:1.0:compile > [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile > [INFO] +- org.geotools:gt-epsg-hsql:jar:8-SNAPSHOT:test > [INFO] | \- hsqldb:hsqldb:jar:1.8.0.7:test > [INFO] +- javax.media:jai_core:jar:1.1.3:compile > [INFO] \- junit:junit:jar:4.4:test > > You can see the some of the things like junit are only needed for testing > ... > > > -- > Jody Garnett > > On Wednesday, 27 July 2011 at 10:58 PM, Imran Rajjad wrote: > > hi list, > > I am parsing a few WKT into JTS Geometries, now I need to serialize this > into a json object, Is it possible to use the geojson.jar from geotools as > standalone to carry out this serialization or what other jar files are > required for this specific purpose? > > regards, > Imran > > -- > I.R > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > Geotools-gt2-users mailing list > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > > -- I.R |