/[schmitzm]/branches/2.2.x/src/skrueger/openlayers/OpenLayersUtil.java
ViewVC logotype

Contents of /branches/2.2.x/src/skrueger/openlayers/OpenLayersUtil.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 897 - (show annotations)
Mon Jun 7 14:14:39 2010 UTC (14 years, 9 months ago) by alfonx
File MIME type: text/plain
File size: 347 byte(s)
Das ist 2.2-SNAPSHOT

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