/[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 1202 by alfonx, Fri Oct 22 17:56:28 2010 UTC revision 1203 by alfonx, Tue Nov 2 22:53:55 2010 UTC
# Line 34  import java.net.URL; Line 34  import java.net.URL;
34  import javax.swing.ImageIcon;  import javax.swing.ImageIcon;
35    
36  import org.geotools.feature.FeatureCollection;  import org.geotools.feature.FeatureCollection;
37    import org.geotools.geometry.jts.ReferencedEnvelope;
38  import org.geotools.styling.Style;  import org.geotools.styling.Style;
39  import org.opengis.referencing.crs.CoordinateReferenceSystem;  import org.opengis.referencing.crs.CoordinateReferenceSystem;
40    
# Line 116  public interface StyledLayerInterface<E> Line 117  public interface StyledLayerInterface<E>
117          public Envelope getEnvelope();          public Envelope getEnvelope();
118    
119          /**          /**
120             * @return <code>null</code> is no CRS is available
121             */
122            public ReferencedEnvelope getReferencedEnvelope();
123    
124    
125            /**
126           * @return return an ImageIcon - <code>null</code> is valid and no icon or a           * @return return an ImageIcon - <code>null</code> is valid and no icon or a
127           *         default icon will then be shown           *         default icon will then be shown
128           */           */
# Line 156  public interface StyledLayerInterface<E> Line 163  public interface StyledLayerInterface<E>
163           * reread on next call of getGeoObject()           * reread on next call of getGeoObject()
164           */           */
165          public void uncache();          public void uncache();
   
166  //      public String getLegendHtml();  //      public String getLegendHtml();
167  }  }

Legend:
Removed from v.1202  
changed lines
  Added in v.1203

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26