Hello,
I am tracing backwards the entirety of a getMap request, I have gotten to
the DefaultWebMapService reflect method, and obviously, from the name of it
this method looks to be called through reflection
some where ? (probably through some spring bean reference?)

What I'm trying to figure out is where the configured DataStore (like
postGIS) is queried to retrieve the FeatureSource for the layer requested
and then where that FeatureSource is iterated through and painted on the
Graphics object
which in turn gets encoded to a particular type.  I see that the
RenderedImageMapOutputFormat.produceMap performs the final rendering so it
looks like that's the class that iterates the FeatureCollection.

What module looks up the DataStore from the catalog? and then where is that
DataStore queried for the FeatureSource?

Thanks and Regards,
Alessandro Ferrucci
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to