vamsee movva wrote: > HI jody, > I want to develop an application with user interface which allows > loading datasets from database with zoom in , zoom out capabilites i > mean with basic capabilities, can't i do it with geo-tools only?? You can do it with GeoTools - there is a class called JMapPane that will start you down that direction (but you are looking at a lot of work, JMapPane is only there as an example).
So take a look at http://udig.refractions.net/ and get back to me. It does the loading of datasets and layer display and map display and so on, and then you need to focus on what your applications actually does and make some decisions on how you want to spend your time. Jody > Thanks in advance. > vamsee > > On 10/12/06, *Jody Garnett* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > What application are you trying to make? GeoTools is just a toolkit to > help you deal with the spatial stuff, not an application > framework. If > you need a desktop application why not start with > http://udig.refractions.net/ or if you are working on the J2EE > side of > the fence look at http://geoserver.org/ (they have a new module system > so you can start programming quickly). > > If you just want to make a utility, grab one of the demo examples > (they > show how to depend on geotools stuff with maven and produce a java > application with a main method). > > Cheers, > Jody > > Hello all, > > I am trying to develop an application using GEOTOOLS API, > > BUT i am not able to start > > Could any one guide me how to start and go forward, > > Thanks in advance, > > Vamsee > > > ------------------------------------------------------------------------ > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Geotools-gt2-users mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
