001 //$HeadURL: https://svn.wald.intevation.org/svn/deegree/base/branches/2.4_testing/src/org/deegree/portal/standard/wms/Constants.java $
002 /*----------------------------------------------------------------------------
003 This file is part of deegree, http://deegree.org/
004 Copyright (C) 2001-2009 by:
005 Department of Geography, University of Bonn
006 and
007 lat/lon GmbH
008
009 This library is free software; you can redistribute it and/or modify it under
010 the terms of the GNU Lesser General Public License as published by the Free
011 Software Foundation; either version 2.1 of the License, or (at your option)
012 any later version.
013 This library is distributed in the hope that it will be useful, but WITHOUT
014 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
015 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
016 details.
017 You should have received a copy of the GNU Lesser General Public License
018 along with this library; if not, write to the Free Software Foundation, Inc.,
019 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
020
021 Contact information:
022
023 lat/lon GmbH
024 Aennchenstr. 19, 53177 Bonn
025 Germany
026 http://lat-lon.de/
027
028 Department of Geography, University of Bonn
029 Prof. Dr. Klaus Greve
030 Postfach 1147, 53001 Bonn
031 Germany
032 http://www.geographie.uni-bonn.de/deegree/
033
034 e-mail: info@deegree.org
035 ----------------------------------------------------------------------------*/
036 package org.deegree.portal.standard.wms;
037
038 /**
039 *
040 *
041 * @version $Revision: 18195 $
042 * @author <a href="mailto:poth@lat-lon.de">Andreas Poth</a>
043 */
044 public final class Constants {
045 /**
046 * Comment for <code>WMS_X</code>
047 */
048 public static final String WMS_X = "CLICK.X";
049 /**
050 * Comment for <code>WMS_Y</code>
051 */
052 public static final String WMS_Y = "CLICK.Y";
053 /**
054 * Comment for <code>WMS_OPERATION_CONFIGURATION</code>
055 */
056 public static final String WMS_OPERATION_CONFIGURATION = "CONFIGURATION";
057 /**
058 * Comment for <code>WMS_OPERATION_ZOOMIN</code>
059 */
060 public static final String WMS_OPERATION_ZOOMIN = "ZOOMIN";
061 /**
062 * Comment for <code>WMS_OPERATION_ZOOMOUT</code>
063 */
064 public static final String WMS_OPERATION_ZOOMOUT = "ZOOMOUT";
065 /**
066 * Comment for <code>WMS_OPERATION_PAN</code>
067 */
068 public static final String WMS_OPERATION_PAN = "PAN";
069 /**
070 * Comment for <code>WMS_OPERATION_RECENTER</code>
071 */
072 public static final String WMS_OPERATION_RECENTER = "RECENTER";
073 /**
074 * Comment for <code>WMS_OPERATION_REFRESH</code>
075 */
076 public static final String WMS_OPERATION_REFRESH = "REFRESH";
077 /**
078 * Comment for <code>WMS_OPERATION_RESET</code>
079 */
080 public static final String WMS_OPERATION_RESET = "RESET";
081 /**
082 * Comment for <code>WMS_OPERATION_IDENTIFY</code>
083 */
084 public static final String WMS_OPERATION_IDENTIFY = "INFO";
085 /**
086 * Comment for <code>WMS_OPERATION_USERDEFINED</code>
087 */
088 public static final String WMS_OPERATION_USERDEFINED = "USERDEFINED";
089 /**
090 * Comment for <code>WMS_OPERATION_ZOOMINBYRECT</code>
091 */
092 public static final String WMS_OPERATION_ZOOMINBYRECT = "ZOOMINBYRECT";
093 /**
094 * Comment for <code>WMS_OPERATION</code>
095 */
096 public static final String WMS_OPERATION = "WMS_OPERATION";
097 /**
098 * Comment for <code>WMS_MINX</code>
099 */
100 public static final String WMS_MINX = "MINX";
101 /**
102 * Comment for <code>WMS_MINY</code>
103 */
104 public static final String WMS_MINY = "MINY";
105 /**
106 * Comment for <code>WMS_MAXX</code>
107 */
108 public static final String WMS_MAXX = "MAXX";
109 /**
110 * Comment for <code>WMS_MAXY</code>
111 */
112 public static final String WMS_MAXY = "MAXY";
113 /**
114 * Comment for <code>LOCATION</code>
115 */
116 public static final String LOCATION = "LOCATION";
117 /**
118 * Comment for <code>MESSAGE</code>
119 */
120 public static final String MESSAGE = "MESSAGE";
121 /**
122 * Comment for <code>PAN_NORTH</code>
123 */
124 public static final String PAN_NORTH = "NORTH.X";
125 /**
126 * Comment for <code>PAN_NORTHEAST</code>
127 */
128 public static final String PAN_NORTHEAST = "NORTHEAST.X";
129 /**
130 * Comment for <code>PAN_EAST</code>
131 */
132 public static final String PAN_EAST = "EAST.X";
133 /**
134 * Comment for <code>PAN_SOUTHEAST</code>
135 */
136 public static final String PAN_SOUTHEAST = "SOUTHEAST.X";
137 /**
138 * Comment for <code>PAN_SOUTH</code>
139 */
140 public static final String PAN_SOUTH = "SOUTH.X";
141 /**
142 * Comment for <code>PAN_SOUTHWEST</code>
143 */
144 public static final String PAN_SOUTHWEST = "SOUTHWEST.X";
145 /**
146 * Comment for <code>PAN_WEST</code>
147 */
148 public static final String PAN_WEST = "WEST.X";
149 /**
150 * Comment for <code>PAN_NORTHWEST</code>
151 */
152 public static final String PAN_NORTHWEST = "NORTHWEST.X";
153 /**
154 * Comment for <code>WMSCLIENTCONFIGURATION</code>
155 */
156 public static final String WMSCLIENTCONFIGURATION = "WMSCLIENTCONFIGURATION";
157 /**
158 * Comment for <code>WMSGETMAPREQUEST</code>
159 */
160 public static final String WMSGETMAPREQUEST = "WMSGETMAPREQUEST";
161 /**
162 * Comment for <code>WMSGETFEATUREINFOREQUEST</code>
163 */
164 public static final String WMSGETFEATUREINFOREQUEST = "WMSGETFEATUREINFOREQUEST";
165 /**
166 * Comment for <code>WMSURLS</code>
167 */
168 public static final String WMSURLS = "WMSURLS";
169 /**
170 * Comment for <code>LAYERLIST</code>
171 */
172 public static final String LAYERLIST = "LAYERLIST";
173 /**
174 * Comment for <code>DEFAULTMAPCONTEXT</code>
175 */
176 public static final String DEFAULTMAPCONTEXT = "DefaultMapContext";
177 }