Source Code Cross Referenced for LoggingKeys.java in  » GIS » GeoTools-2.4.1 » org » geotools » resources » i18n » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoTools 2.4.1 » org.geotools.resources.i18n 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         *    GeoTools - OpenSource mapping toolkit
003:         *    http://geotools.org
004:         *    (C) 2003-2007, Geotools Project Managment Committee (PMC)
005:         *    
006:         *    This library is free software; you can redistribute it and/or
007:         *    modify it under the terms of the GNU Lesser General Public
008:         *    License as published by the Free Software Foundation; either
009:         *    version 2.1 of the License, or (at your option) any later version.
010:         *    
011:         *    This library is distributed in the hope that it will be useful,
012:         *    but WITHOUT ANY WARRANTY; without even the implied warranty of
013:         *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
014:         *    Lesser General Public License for more details.
015:         *    
016:         *    THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT!
017:         *    Generated with: org.geotools.resources.IndexedResourceCompiler
018:         */
019:        package org.geotools.resources.i18n;
020:
021:        /**
022:         * Resource keys. This class is used when compiling sources, but
023:         * no dependencies to {@code ResourceKeys} should appear in any
024:         * resulting class files.  Since Java compiler inlines final integer
025:         * values, using long identifiers will not bloat constant pools of
026:         * classes compiled against the interface, provided that no class
027:         * implements this interface.
028:         *
029:         * @see org.geotools.resources.IndexedResourceBundle
030:         * @see org.geotools.resources.IndexedResourceCompiler
031:         * @source $URL: http://svn.geotools.org/geotools/tags/2.4.1/modules/library/metadata/src/main/java/org/geotools/resources/i18n/LoggingKeys.java $
032:         */
033:        public final class LoggingKeys {
034:            private LoggingKeys() {
035:            }
036:
037:            /**
038:             * Grid geometry has been adjusted for coverage "{0}".
039:             */
040:            public static final int ADJUSTED_GRID_GEOMETRY_$1 = 0;
041:
042:            /**
043:             * Ambiguity between inverse flattening and semi minor axis length. Using inverse flattening.
044:             */
045:            public static final int AMBIGUOUS_ELLIPSOID = 1;
046:
047:            /**
048:             * {3,choice,0#Apply|Reuse} operation "{1}" on coverage "{0}" with interpolation "{2}".
049:             */
050:            public static final int APPLIED_OPERATION_$4 = 2;
051:
052:            /**
053:             * Resampled coverage "{0}" from coordinate system "{1}" (for an image of size {2}×{3}) to
054:             * coordinate system "{4}" (image size {5}×{6}). JAI operation is "{7}" with "{9}"
055:             * interpolation on {8,choice,0#packed|1#geophysics} pixels values. Background value is ({10}).
056:             */
057:            public static final int APPLIED_RESAMPLE_$11 = 3;
058:
059:            /**
060:             * Converted "{0}" from "{1}" to "{2}" units. We assume that this is the expected units for
061:             * computation purpose.
062:             */
063:            public static final int APPLIED_UNIT_CONVERSION_$3 = 47;
064:
065:            /**
066:             * Failed to bind a "{0}" entry.
067:             */
068:            public static final int CANT_BIND_DATASOURCE_$1 = 24;
069:
070:            /**
071:             * Failed to create a coordinate operation from "{0}" authority factory.
072:             */
073:            public static final int CANT_CREATE_COORDINATE_OPERATION_$1 = 36;
074:
075:            /**
076:             * Failed to dispose the backing store after timeout.
077:             */
078:            public static final int CANT_DISPOSE_BACKING_STORE = 38;
079:
080:            /**
081:             * Can't load a service for category "{0}". Cause is "{1}".
082:             */
083:            public static final int CANT_LOAD_SERVICE_$2 = 30;
084:
085:            /**
086:             * Can't read "{0}".
087:             */
088:            public static final int CANT_READ_FILE_$1 = 43;
089:
090:            /**
091:             * Can't register JAI operation "{0}". Some grid coverage operations may not work.
092:             */
093:            public static final int CANT_REGISTER_JAI_OPERATION_$1 = 4;
094:
095:            /**
096:             * Changed the renderer coordinate system. Cause is:
097:             */
098:            public static final int CHANGED_COORDINATE_REFERENCE_SYSTEM = 5;
099:
100:            /**
101:             * Closed the EPSG database connection.
102:             */
103:            public static final int CLOSED_EPSG_DATABASE = 26;
104:
105:            /**
106:             * Connected to EPSG database "{0}" on "{1}".
107:             */
108:            public static final int CONNECTED_EPSG_DATABASE_$2 = 37;
109:
110:            /**
111:             * Created coordinate operation "{0}" for source CRS "{1}" and target CRS "{2}".
112:             */
113:            public static final int CREATED_COORDINATE_OPERATION_$3 = 28;
114:
115:            /**
116:             * Created a "{0}" entry in the naming system.
117:             */
118:            public static final int CREATED_DATASOURCE_ENTRY_$1 = 25;
119:
120:            /**
121:             * Created serializable image for coverage "{0}" using the "{1}" codec.
122:             */
123:            public static final int CREATED_SERIALIZABLE_IMAGE_$2 = 35;
124:
125:            /**
126:             * Creating cached EPSG database version {0}. This operation may take a few minutes...
127:             */
128:            public static final int CREATING_CACHED_EPSG_DATABASE_$1 = 46;
129:
130:            /**
131:             * Deferred painting for tile ({0},{1}).
132:             */
133:            public static final int DEFERRED_TILE_PAINTING_$2 = 6;
134:
135:            /**
136:             * Excessive memory usage.
137:             */
138:            public static final int EXCESSIVE_MEMORY_USAGE = 7;
139:
140:            /**
141:             * Tile cache capacity exceed maximum heap size ({0} Mb).
142:             */
143:            public static final int EXCESSIVE_TILE_CACHE_$1 = 8;
144:
145:            /**
146:             * Factory implementations for category {0}:
147:             */
148:            public static final int FACTORY_IMPLEMENTATIONS_$1 = 32;
149:
150:            /**
151:             * Failure in the primary factory: {0} Now trying the fallback factory...
152:             */
153:            public static final int FALLBACK_FACTORY_$1 = 45;
154:
155:            /**
156:             * Ignored "{0}" hint.
157:             */
158:            public static final int HINT_IGNORED_$1 = 33;
159:
160:            /**
161:             * Initializing transformation from {0} to {1}.
162:             */
163:            public static final int INITIALIZING_TRANSFORMATION_$2 = 9;
164:
165:            /**
166:             * Loaded "{0}" JDBC driver version {1}.{2}.
167:             */
168:            public static final int LOADED_JDBC_DRIVER_$3 = 29;
169:
170:            /**
171:             * Loading datum aliases from "{0}".
172:             */
173:            public static final int LOADING_DATUM_ALIASES_$1 = 42;
174:
175:            /**
176:             * Text were discarted for some locales.
177:             */
178:            public static final int LOCALES_DISCARTED = 10;
179:
180:            /**
181:             * No coordinate operation from "{0}" to "{1}" because of mismatched factories.
182:             */
183:            public static final int MISMATCHED_COORDINATE_OPERATION_FACTORIES_$2 = 40;
184:
185:            /**
186:             * The type of the requested object doesn't match the "{0}" URN type.
187:             */
188:            public static final int MISMATCHED_URN_TYPE_$1 = 44;
189:
190:            /**
191:             * Native acceleration {1,choice,0#disabled|enabled} for "{0}" operation.
192:             */
193:            public static final int NATIVE_ACCELERATION_STATE_$2 = 11;
194:
195:            /**
196:             * Offscreen rendering failed for layer "{0}". Fall back on default rendering.
197:             */
198:            public static final int OFFSCREEN_RENDERING_FAILED_$1 = 12;
199:
200:            /**
201:             * Renderer "{0}" painted in {1} seconds.
202:             */
203:            public static final int PAINTING_LAYER_$2 = 13;
204:
205:            /**
206:             * Polygons drawn with {0,number,percent} of available points, reusing {1,number,percent} from
207:             * the cache (resolution: {2} {3}).
208:             */
209:            public static final int POLYGON_CACHE_USE_$4 = 14;
210:
211:            /**
212:             * Log records are redirected to Apache commons logging.
213:             */
214:            public static final int REDIRECTED_TO_COMMONS_LOGGING = 39;
215:
216:            /**
217:             * Registered Geotools extensions to JAI operations.
218:             */
219:            public static final int REGISTERED_JAI_OPERATIONS = 31;
220:
221:            /**
222:             * Select an image of "{0}" decimated to level {1} of {2}.
223:             */
224:            public static final int RESSAMPLING_RENDERED_IMAGE_$3 = 15;
225:
226:            /**
227:             * Creates a {1,choice,0#packed view|1#geophysics view} of grid coverage "{0}" using operation
228:             * "{2}".
229:             */
230:            public static final int SAMPLE_TRANSCODE_$3 = 16;
231:
232:            /**
233:             * Layer "{0}" send a repaint event for the whole widget area.
234:             */
235:            public static final int SEND_REPAINT_EVENT_$1 = 17;
236:
237:            /**
238:             * Layer "{0}" send a repaint event for pixels x=[{1}..{2}] and y=[{3}..{4}] in widget area.
239:             */
240:            public static final int SEND_REPAINT_EVENT_$5 = 18;
241:
242:            /**
243:             * Unavailable authority factory: {0}
244:             */
245:            public static final int UNAVAILABLE_AUTHORITY_FACTORY_$1 = 34;
246:
247:            /**
248:             * Attempt to recover from unexpected exception.
249:             */
250:            public static final int UNEXPECTED_EXCEPTION = 41;
251:
252:            /**
253:             * Unexpected unit "{0}". Map scale may be inacurate.
254:             */
255:            public static final int UNEXPECTED_UNIT_$1 = 19;
256:
257:            /**
258:             * Ignoring unknow parameter: "{0}" = {1} {2}.
259:             */
260:            public static final int UNKNOW_PARAMETER_$3 = 20;
261:
262:            /**
263:             * Can't handle style of class {0}. Consequently, geometry "{1}" will ignore its style
264:             * information.
265:             */
266:            public static final int UNKNOW_STYLE_$2 = 21;
267:
268:            /**
269:             * Unrecognized scale type: "{0}". Default to linear.
270:             */
271:            public static final int UNRECOGNIZED_SCALE_TYPE_$1 = 23;
272:
273:            /**
274:             * Update the cache for layer "{0}".
275:             */
276:            public static final int UPDATE_RENDERER_CACHE_$1 = 22;
277:
278:            /**
279:             * Using "{0}" as {1} factory.
280:             */
281:            public static final int USING_FILE_AS_FACTORY_$2 = 27;
282:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.