anl.aida.gis
Interface Styler

All Known Implementing Classes:
GISTimeStepStyler

public interface Styler

Interface for classes that can produce a GIS style based on an index value.


Method Summary
 org.geotools.styling.Style getStyle(int index)
          Gets the style for the specified index.
 

Method Detail

getStyle

org.geotools.styling.Style getStyle(int index)
                                    throws PlotCreationException
Gets the style for the specified index.

Parameters:
index - the index to get the style for
Returns:
the style for the specified index.
Throws:
PlotCreationException