org.geotools.renderer
Interface RenderListener


public interface RenderListener

A RenderListener is notified each time a feature is rendered and each time an error occurs during rendering. Therefore VERY LITTLE WORK should be done in the listener!!!

Author:
jeichar
Module:
modules/library/render (gt-render.jar)

Method Summary
 void errorOccurred(Exception e)
           
 void featureRenderer(SimpleFeature feature)
           
 

Method Detail

featureRenderer

void featureRenderer(SimpleFeature feature)

errorOccurred

void errorOccurred(Exception e)


Copyright © 1996-2009 Geotools. All Rights Reserved.