Op 17-Nov-11 22:35, André Matos schreef: > Hello everyone, > > I am starting using Geotools and I need some help. > I came here from GeoServer, but I am starting at GeoServer too :). > > I am developing a maps application, using OpenLayers, and I need to > generate images on the fly, based on values returned by some web > services. For example, given a shape and a value, I need to paint that > shape depending on that value returned by the web service. > > I was at geoserver reading the documentation, trying to figure out, how > can I handle this. The geoserver documentation sugests to develop a > store. In my case, it would be a specific store that reads data from a > web service that implements a wsdl. So, as the geoserver is build using > GeoTools that's how I arrive here :). > > I started at GeoTools by the basic tutorials, but I am having some > difficulties understanding how the geoserver is organized... I am asking > if anyone has a UML diagram that shows the geotools's architecture. That > would really help me understading where should I start and which classes > there are. > > I've tryed to generate a UML diagram myself. I've mapped the source code > (availlable here http://svn.osgeo.org/geotools/trunk), and generate it > using some eclipse tools. But I am doing something wrong because I am > having some compilation errors. For example: > > * > * org.opengis.parameter.Parameter cannot be resolved to a > typeParameter.javaline 34Java Problem > * > * ResourceId cannot be resolved to a > typeQuery.java src/org/geotools/dataline 723Java Problem > * > * DescriptionResourcePathLocationType > * The import org.opengis.filter.identity.ResourceId cannot be > resolvedQuery.java /src/org/geotools/dataline 29Java Problem > * (...) > > > Does anyone can help me with a UML diagram or with some help to build > the project?
which type of UML diagram do you need? if you need class diagrams generate them using UmlGraph there's an example in: https://github.com/geozet/geozet/blob/master/geozet-webapp/pom.xml around line 88, it uses a custom doclet to enhance th ejavadoc with class diagrams. > Any other sugestions to handle the problem to generate images on the > fly, are welcome too. > > > Thank you in advance, > Best Regards, > André > > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > > > > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
