/[schmitzm]/trunk/src/skrueger/geotools/StyledLayerInterface.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/StyledLayerInterface.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 127 by mojays, Sat May 30 14:29:58 2009 UTC revision 208 by alfonx, Thu Jul 9 20:51:58 2009 UTC
# Line 99  public interface StyledMapInterface<E> { Line 99  public interface StyledMapInterface<E> {
99           *           *
100           * @throws RuntimeException           * @throws RuntimeException
101           */           */
102          public E getGeoObject() throws Exception;          public E getGeoObject();
103    
104          public Style getStyle();          public Style getStyle();
105    
# Line 128  public interface StyledMapInterface<E> { Line 128  public interface StyledMapInterface<E> {
128           */           */
129          public void uncache();          public void uncache();
130    
         /**  
          * If true, this layer will not be shown in the legend. Default = false  
          */  
         /**  
          *  
          * Killed by SK: 6. April 09: Ein Layer soll nicht generell auf  
          * verstecken/nicht verstecken gestellt werden können. Das sind  
          * Eigenschaften der Karte/MapContext, ebenso wie die Reihenfolge der Layer.  
          * Im Atlas verwaltet deshalb nun die Klasse skrueger.atlas.Map welche Layer  
          * nicht in der Legende auftauchen sollen. Meines Wissens hat keiner bisher  
          * die Funktion genutzt.  
          *  
          * public boolean isHideInLegend();  
          */  
131    
132  }  }

Legend:
Removed from v.127  
changed lines
  Added in v.208

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26