[Schmitzm-commits] r1191 - trunk/src/skrueger/geotools
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Oct 30 02:02:44 CEST 2010
Author: alfonx
Date: 2010-10-30 02:02:44 +0200 (Sat, 30 Oct 2010)
New Revision: 1191
Modified:
trunk/src/skrueger/geotools/StyledFS.java
Log:
added a comment
Modified: trunk/src/skrueger/geotools/StyledFS.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFS.java 2010-10-29 22:03:19 UTC (rev 1190)
+++ trunk/src/skrueger/geotools/StyledFS.java 2010-10-30 00:02:44 UTC (rev 1191)
@@ -317,6 +317,12 @@
return sldFile;
}
+ /**
+ * Associates this .sld with the {@link FeatureSource}, but does not
+ * automatically load the file. It must not even exist.
+ *
+ * @param sldFile
+ */
public void setSldFile(File sldFile) {
this.sldFile = sldFile;
}
@@ -413,7 +419,7 @@
}
public void setCRS(CoordinateReferenceSystem crs2) {
- crs=crs2;
+ crs = crs2;
}
}
More information about the Schmitzm-commits
mailing list