/[schmitzm]/trunk/src/skrueger/openlayers/OpenLayersUtil.java
ViewVC logotype

Contents of /trunk/src/skrueger/openlayers/OpenLayersUtil.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 773 - (show annotations)
Tue Mar 23 16:56:54 2010 UTC (14 years, 11 months ago) by alfonx
File MIME type: text/plain
File size: 347 byte(s)
Added a new Utilityclass in skrueger: OpenLayersUtil
1 package skrueger.openlayers;
2
3 import java.util.regex.Pattern;
4
5 final public class OpenLayersUtil {
6
7 /** A REGEX pattern to interpret the string representation of an Openlayer.Bounds object **/
8 public final static Pattern OPENLAYERS_BOUNDS_FROM_STRING_REGEX = Pattern
9 .compile("left-bottom=\\((.*)?,(.*)?\\) right-top=\\((.*)?,(.*)?\\).*");
10 }

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/plain

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26