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

Method Summary
 void errorOccurred(java.lang.Exception e)
           
 void featureRenderer(Feature feature)
           
 

Method Detail

featureRenderer

public void featureRenderer(Feature feature)

errorOccurred

public void errorOccurred(java.lang.Exception e)


Copyright © GeoTools. All Rights Reserved.