[Schmitzm-commits] r910 - trunk/src/schmitzm/geotools/styling

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 21 00:08:41 CEST 2010


Author: alfonx
Date: 2010-06-21 00:08:39 +0200 (Mon, 21 Jun 2010)
New Revision: 910

Modified:
   trunk/src/schmitzm/geotools/styling/StylingUtil.java
Log:
Changed and documented the StyleingUtil.toXMLString method.

Modified: trunk/src/schmitzm/geotools/styling/StylingUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/styling/StylingUtil.java	2010-06-20 18:05:02 UTC (rev 909)
+++ trunk/src/schmitzm/geotools/styling/StylingUtil.java	2010-06-20 22:08:39 UTC (rev 910)
@@ -2928,7 +2928,12 @@
 		}
 	}
 
-	public static String toXMLString(StyledLayerDescriptor sld)
+	/**
+	 * Converts a {@link StyledLayerDescriptor} or any of it's subcomponents to XML
+	 * 
+	 * @throws TransformerException
+	 */
+	public static String toXMLString(Object sld)
 			throws TransformerException {
 		return SLDTRANSFORMER.transform(sld);
 	}



More information about the Schmitzm-commits mailing list