> Andrea - I tried to include your example in GeoTools-2.5.4 but i got some > errors in CachingFeatureSource class, e.g. FeatureType.getTypeName() is > called but it didn't exists and similar.
Andrea was showing you the approach; the feature model has changed since that email. > Jody - Does in GeoTools currently exists some engine for rendering 2D maps in > "tiles"? I know that there is 3D map renderer. Hrm; I think you may be missing the trees while looking for the forest - the "engine" is exactly what GeoTools offers. The streaming renderer implementation exists to render into a buffered image. People use this to render tiles; or to render an image to save to disk. The JMapPane example shows you how to use the streaming renderer in a simple UI component. Jody ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
