From: Jody G. <jod...@gm...> - 2009-04-17 02:45:17
|
> 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 |