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