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

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

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

revision 40 by alfonx, Mon Apr 6 19:31:02 2009 UTC revision 93 by alfonx, Fri May 1 16:24:15 2009 UTC
# Line 64  public class StyledFS implements StyledF Line 64  public class StyledFS implements StyledF
64           */           */
65          public StyledFS(FeatureSource fs, File sldFile) {          public StyledFS(FeatureSource fs, File sldFile) {
66    
                 super();  
67                  this.fs = fs;                  this.fs = fs;
68                  id = StyledFS.class.getSimpleName()                  id = StyledFS.class.getSimpleName()
69                                  + new Random(new Date().getTime()).nextInt(10000000);                                  + new Random(new Date().getTime()).nextInt(10000000);
# Line 175  public class StyledFS implements StyledF Line 174  public class StyledFS implements StyledF
174          }          }
175    
176          public void setImageIcon(ImageIcon icon) {          public void setImageIcon(ImageIcon icon) {
                 // TODO Auto-generated method stub  
   
177          }          }
178    
179          public void setKeywords(Translation keywords) {          public void setKeywords(Translation keywords) {
# Line 195  public class StyledFS implements StyledF Line 192  public class StyledFS implements StyledF
192          public void uncache() {          public void uncache() {
193          }          }
194    
195            /**
196             *
197             */
198          public Map<Integer, AttributeMetaData> getAttributeMetaDataMap() {          public Map<Integer, AttributeMetaData> getAttributeMetaDataMap() {
199                  if (map == null) {                  if (map == null) {
200                            
201                          map = new HashMap<Integer, AttributeMetaData>();                          map = new HashMap<Integer, AttributeMetaData>();
202                                                    
203                          // Leaving out the first one, it will be the_geom                          // Leaving out the first one, it will be the_geom

Legend:
Removed from v.40  
changed lines
  Added in v.93

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26