/[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 1190 by alfonx, Fri Oct 22 21:35:30 2010 UTC revision 1191 by alfonx, Sat Oct 30 00:02:44 2010 UTC
# Line 317  public class StyledFS implements StyledF Line 317  public class StyledFS implements StyledF
317                  return sldFile;                  return sldFile;
318          }          }
319    
320            /**
321             * Associates this .sld with the {@link FeatureSource}, but does not
322             * automatically load the file. It must not even exist.
323             *
324             * @param sldFile
325             */
326          public void setSldFile(File sldFile) {          public void setSldFile(File sldFile) {
327                  this.sldFile = sldFile;                  this.sldFile = sldFile;
328          }          }
# Line 413  public class StyledFS implements StyledF Line 419  public class StyledFS implements StyledF
419          }          }
420    
421          public void setCRS(CoordinateReferenceSystem crs2) {          public void setCRS(CoordinateReferenceSystem crs2) {
422                  crs=crs2;                  crs = crs2;
423          }          }
424    
425  }  }

Legend:
Removed from v.1190  
changed lines
  Added in v.1191

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26