[Schmitzm-commits] r773 - in trunk/src/skrueger: . openlayers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 23 17:56:55 CET 2010


Author: alfonx
Date: 2010-03-23 17:56:54 +0100 (Tue, 23 Mar 2010)
New Revision: 773

Added:
   trunk/src/skrueger/openlayers/
   trunk/src/skrueger/openlayers/OpenLayersUtil.java
Log:
Added a new Utilityclass in skrueger: OpenLayersUtil

Added: trunk/src/skrueger/openlayers/OpenLayersUtil.java
===================================================================
--- trunk/src/skrueger/openlayers/OpenLayersUtil.java	2010-03-21 14:05:26 UTC (rev 772)
+++ trunk/src/skrueger/openlayers/OpenLayersUtil.java	2010-03-23 16:56:54 UTC (rev 773)
@@ -0,0 +1,10 @@
+package skrueger.openlayers;
+
+import java.util.regex.Pattern;
+
+final public class OpenLayersUtil {
+
+	/** A REGEX pattern to interpret the string representation of an Openlayer.Bounds object **/
+	public final static Pattern OPENLAYERS_BOUNDS_FROM_STRING_REGEX = Pattern
+			.compile("left-bottom=\\((.*)?,(.*)?\\) right-top=\\((.*)?,(.*)?\\).*");
+}


Property changes on: trunk/src/skrueger/openlayers/OpenLayersUtil.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Id URL
Name: svn:eol-style
   + native



More information about the Schmitzm-commits mailing list