Source Code Cross Referenced for OGC.java in  » GIS » GeoTools-2.4.1 » org » geotools » filter » v1_1 » 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.filter.v1_1 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         *    GeoTools - OpenSource mapping toolkit
003:         *    http://geotools.org
004:         *    (C) 2002-2006, 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;
009:         *    version 2.1 of the License.
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:        package org.geotools.filter.v1_1;
017:
018:        import javax.xml.namespace.QName;
019:
020:        /**
021:         * This interface contains the qualified names of all the types,elements, and
022:         * attributes in the http://www.opengis.net/ogc schema.
023:         *
024:         * @generated
025:         */
026:        public interface OGC {
027:            /** @generated */
028:            public static final String NAMESPACE = "http://www.opengis.net/ogc";
029:
030:            /* Type Definitions */
031:            /** @generated */
032:            public static final QName AbstractIdType = new QName(
033:                    "http://www.opengis.net/ogc", "AbstractIdType");
034:
035:            /** @generated */
036:            public static final QName ArithmeticOperatorsType = new QName(
037:                    "http://www.opengis.net/ogc", "ArithmeticOperatorsType");
038:
039:            /** @generated */
040:            public static final QName BBOXType = new QName(
041:                    "http://www.opengis.net/ogc", "BBOXType");
042:
043:            /** @generated */
044:            public static final QName BinaryComparisonOpType = new QName(
045:                    "http://www.opengis.net/ogc", "BinaryComparisonOpType");
046:
047:            /** @generated */
048:            public static final QName BinaryLogicOpType = new QName(
049:                    "http://www.opengis.net/ogc", "BinaryLogicOpType");
050:
051:            /** @generated */
052:            public static final QName BinaryOperatorType = new QName(
053:                    "http://www.opengis.net/ogc", "BinaryOperatorType");
054:
055:            /** @generated */
056:            public static final QName BinarySpatialOpType = new QName(
057:                    "http://www.opengis.net/ogc", "BinarySpatialOpType");
058:
059:            /** @generated */
060:            public static final QName ComparisonOperatorsType = new QName(
061:                    "http://www.opengis.net/ogc", "ComparisonOperatorsType");
062:
063:            /** @generated */
064:            public static final QName ComparisonOperatorType = new QName(
065:                    "http://www.opengis.net/ogc", "ComparisonOperatorType");
066:
067:            /** @generated */
068:            public static final QName ComparisonOpsType = new QName(
069:                    "http://www.opengis.net/ogc", "ComparisonOpsType");
070:
071:            /** @generated */
072:            public static final QName DistanceBufferType = new QName(
073:                    "http://www.opengis.net/ogc", "DistanceBufferType");
074:
075:            /** @generated */
076:            public static final QName DistanceType = new QName(
077:                    "http://www.opengis.net/ogc", "DistanceType");
078:
079:            /** @generated */
080:            public static final QName ExpressionType = new QName(
081:                    "http://www.opengis.net/ogc", "ExpressionType");
082:
083:            /** @generated */
084:            public static final QName FeatureIdType = new QName(
085:                    "http://www.opengis.net/ogc", "FeatureIdType");
086:
087:            /** @generated */
088:            public static final QName FilterType = new QName(
089:                    "http://www.opengis.net/ogc", "FilterType");
090:
091:            /** @generated */
092:            public static final QName FunctionNamesType = new QName(
093:                    "http://www.opengis.net/ogc", "FunctionNamesType");
094:
095:            /** @generated */
096:            public static final QName FunctionNameType = new QName(
097:                    "http://www.opengis.net/ogc", "FunctionNameType");
098:
099:            /** @generated */
100:            public static final QName FunctionsType = new QName(
101:                    "http://www.opengis.net/ogc", "FunctionsType");
102:
103:            /** @generated */
104:            public static final QName FunctionType = new QName(
105:                    "http://www.opengis.net/ogc", "FunctionType");
106:
107:            /** @generated */
108:            public static final QName GeometryOperandsType = new QName(
109:                    "http://www.opengis.net/ogc", "GeometryOperandsType");
110:
111:            /** @generated */
112:            public static final QName GeometryOperandType = new QName(
113:                    "http://www.opengis.net/ogc", "GeometryOperandType");
114:
115:            /** @generated */
116:            public static final QName GmlObjectIdType = new QName(
117:                    "http://www.opengis.net/ogc", "GmlObjectIdType");
118:
119:            /** @generated */
120:            public static final QName Id_CapabilitiesType = new QName(
121:                    "http://www.opengis.net/ogc", "Id_CapabilitiesType");
122:
123:            /** @generated */
124:            public static final QName LiteralType = new QName(
125:                    "http://www.opengis.net/ogc", "LiteralType");
126:
127:            /** @generated */
128:            public static final QName LogicOpsType = new QName(
129:                    "http://www.opengis.net/ogc", "LogicOpsType");
130:
131:            /** @generated */
132:            public static final QName LowerBoundaryType = new QName(
133:                    "http://www.opengis.net/ogc", "LowerBoundaryType");
134:
135:            /** @generated */
136:            public static final QName PropertyIsBetweenType = new QName(
137:                    "http://www.opengis.net/ogc", "PropertyIsBetweenType");
138:
139:            /** @generated */
140:            public static final QName PropertyIsLikeType = new QName(
141:                    "http://www.opengis.net/ogc", "PropertyIsLikeType");
142:
143:            /** @generated */
144:            public static final QName PropertyIsNullType = new QName(
145:                    "http://www.opengis.net/ogc", "PropertyIsNullType");
146:
147:            /** @generated */
148:            public static final QName PropertyNameType = new QName(
149:                    "http://www.opengis.net/ogc", "PropertyNameType");
150:
151:            /** @generated */
152:            public static final QName Scalar_CapabilitiesType = new QName(
153:                    "http://www.opengis.net/ogc", "Scalar_CapabilitiesType");
154:
155:            /** @generated */
156:            public static final QName SortByType = new QName(
157:                    "http://www.opengis.net/ogc", "SortByType");
158:
159:            /** @generated */
160:            public static final QName SortOrderType = new QName(
161:                    "http://www.opengis.net/ogc", "SortOrderType");
162:
163:            /** @generated */
164:            public static final QName SortPropertyType = new QName(
165:                    "http://www.opengis.net/ogc", "SortPropertyType");
166:
167:            /** @generated */
168:            public static final QName Spatial_CapabilitiesType = new QName(
169:                    "http://www.opengis.net/ogc", "Spatial_CapabilitiesType");
170:
171:            /** @generated */
172:            public static final QName SpatialOperatorNameType = new QName(
173:                    "http://www.opengis.net/ogc", "SpatialOperatorNameType");
174:
175:            /** @generated */
176:            public static final QName SpatialOperatorsType = new QName(
177:                    "http://www.opengis.net/ogc", "SpatialOperatorsType");
178:
179:            /** @generated */
180:            public static final QName SpatialOperatorType = new QName(
181:                    "http://www.opengis.net/ogc", "SpatialOperatorType");
182:
183:            /** @generated */
184:            public static final QName SpatialOpsType = new QName(
185:                    "http://www.opengis.net/ogc", "SpatialOpsType");
186:
187:            /** @generated */
188:            public static final QName UnaryLogicOpType = new QName(
189:                    "http://www.opengis.net/ogc", "UnaryLogicOpType");
190:
191:            /** @generated */
192:            public static final QName UpperBoundaryType = new QName(
193:                    "http://www.opengis.net/ogc", "UpperBoundaryType");
194:
195:            /** @generated */
196:            public static final QName _EID = new QName(
197:                    "http://www.opengis.net/ogc", "_EID");
198:
199:            /** @generated */
200:            public static final QName _FID = new QName(
201:                    "http://www.opengis.net/ogc", "_FID");
202:
203:            /** @generated */
204:            public static final QName _Filter_Capabilities = new QName(
205:                    "http://www.opengis.net/ogc", "_Filter_Capabilities");
206:
207:            /** @generated */
208:            public static final QName _LogicalOperators = new QName(
209:                    "http://www.opengis.net/ogc", "_LogicalOperators");
210:
211:            /** @generated */
212:            public static final QName _SimpleArithmetic = new QName(
213:                    "http://www.opengis.net/ogc", "_SimpleArithmetic");
214:
215:            /* Elements */
216:            /** @generated */
217:            public static final QName _Id = new QName(
218:                    "http://www.opengis.net/ogc", "_Id");
219:
220:            /** @generated */
221:            public static final QName Add = new QName(
222:                    "http://www.opengis.net/ogc", "Add");
223:
224:            /** @generated */
225:            public static final QName And = new QName(
226:                    "http://www.opengis.net/ogc", "And");
227:
228:            /** @generated */
229:            public static final QName BBOX = new QName(
230:                    "http://www.opengis.net/ogc", "BBOX");
231:
232:            /** @generated */
233:            public static final QName Beyond = new QName(
234:                    "http://www.opengis.net/ogc", "Beyond");
235:
236:            /** @generated */
237:            public static final QName comparisonOps = new QName(
238:                    "http://www.opengis.net/ogc", "comparisonOps");
239:
240:            /** @generated */
241:            public static final QName Contains = new QName(
242:                    "http://www.opengis.net/ogc", "Contains");
243:
244:            /** @generated */
245:            public static final QName Crosses = new QName(
246:                    "http://www.opengis.net/ogc", "Crosses");
247:
248:            /** @generated */
249:            public static final QName Disjoint = new QName(
250:                    "http://www.opengis.net/ogc", "Disjoint");
251:
252:            /** @generated */
253:            public static final QName Div = new QName(
254:                    "http://www.opengis.net/ogc", "Div");
255:
256:            /** @generated */
257:            public static final QName DWithin = new QName(
258:                    "http://www.opengis.net/ogc", "DWithin");
259:
260:            /** @generated */
261:            public static final QName EID = new QName(
262:                    "http://www.opengis.net/ogc", "EID");
263:
264:            /** @generated */
265:            public static final QName Equals = new QName(
266:                    "http://www.opengis.net/ogc", "Equals");
267:
268:            /** @generated */
269:            public static final QName expression = new QName(
270:                    "http://www.opengis.net/ogc", "expression");
271:
272:            /** @generated */
273:            public static final QName FeatureId = new QName(
274:                    "http://www.opengis.net/ogc", "FeatureId");
275:
276:            /** @generated */
277:            public static final QName FID = new QName(
278:                    "http://www.opengis.net/ogc", "FID");
279:
280:            /** @generated */
281:            public static final QName Filter = new QName(
282:                    "http://www.opengis.net/ogc", "Filter");
283:
284:            /** @generated */
285:            public static final QName Filter_Capabilities = new QName(
286:                    "http://www.opengis.net/ogc", "Filter_Capabilities");
287:
288:            /** @generated */
289:            public static final QName Function = new QName(
290:                    "http://www.opengis.net/ogc", "Function");
291:
292:            /** @generated */
293:            public static final QName GmlObjectId = new QName(
294:                    "http://www.opengis.net/ogc", "GmlObjectId");
295:
296:            /** @generated */
297:            public static final QName Intersects = new QName(
298:                    "http://www.opengis.net/ogc", "Intersects");
299:
300:            /** @generated */
301:            public static final QName Literal = new QName(
302:                    "http://www.opengis.net/ogc", "Literal");
303:
304:            /** @generated */
305:            public static final QName LogicalOperators = new QName(
306:                    "http://www.opengis.net/ogc", "LogicalOperators");
307:
308:            /** @generated */
309:            public static final QName logicOps = new QName(
310:                    "http://www.opengis.net/ogc", "logicOps");
311:
312:            /** @generated */
313:            public static final QName Mul = new QName(
314:                    "http://www.opengis.net/ogc", "Mul");
315:
316:            /** @generated */
317:            public static final QName Not = new QName(
318:                    "http://www.opengis.net/ogc", "Not");
319:
320:            /** @generated */
321:            public static final QName Or = new QName(
322:                    "http://www.opengis.net/ogc", "Or");
323:
324:            /** @generated */
325:            public static final QName Overlaps = new QName(
326:                    "http://www.opengis.net/ogc", "Overlaps");
327:
328:            /** @generated */
329:            public static final QName PropertyIsBetween = new QName(
330:                    "http://www.opengis.net/ogc", "PropertyIsBetween");
331:
332:            /** @generated */
333:            public static final QName PropertyIsEqualTo = new QName(
334:                    "http://www.opengis.net/ogc", "PropertyIsEqualTo");
335:
336:            /** @generated */
337:            public static final QName PropertyIsGreaterThan = new QName(
338:                    "http://www.opengis.net/ogc", "PropertyIsGreaterThan");
339:
340:            /** @generated */
341:            public static final QName PropertyIsGreaterThanOrEqualTo = new QName(
342:                    "http://www.opengis.net/ogc",
343:                    "PropertyIsGreaterThanOrEqualTo");
344:
345:            /** @generated */
346:            public static final QName PropertyIsLessThan = new QName(
347:                    "http://www.opengis.net/ogc", "PropertyIsLessThan");
348:
349:            /** @generated */
350:            public static final QName PropertyIsLessThanOrEqualTo = new QName(
351:                    "http://www.opengis.net/ogc", "PropertyIsLessThanOrEqualTo");
352:
353:            /** @generated */
354:            public static final QName PropertyIsLike = new QName(
355:                    "http://www.opengis.net/ogc", "PropertyIsLike");
356:
357:            /** @generated */
358:            public static final QName PropertyIsNotEqualTo = new QName(
359:                    "http://www.opengis.net/ogc", "PropertyIsNotEqualTo");
360:
361:            /** @generated */
362:            public static final QName PropertyIsNull = new QName(
363:                    "http://www.opengis.net/ogc", "PropertyIsNull");
364:
365:            /** @generated */
366:            public static final QName PropertyName = new QName(
367:                    "http://www.opengis.net/ogc", "PropertyName");
368:
369:            /** @generated */
370:            public static final QName SimpleArithmetic = new QName(
371:                    "http://www.opengis.net/ogc", "SimpleArithmetic");
372:
373:            /** @generated */
374:            public static final QName SortBy = new QName(
375:                    "http://www.opengis.net/ogc", "SortBy");
376:
377:            /** @generated */
378:            public static final QName spatialOps = new QName(
379:                    "http://www.opengis.net/ogc", "spatialOps");
380:
381:            /** @generated */
382:            public static final QName Sub = new QName(
383:                    "http://www.opengis.net/ogc", "Sub");
384:
385:            /** @generated */
386:            public static final QName Touches = new QName(
387:                    "http://www.opengis.net/ogc", "Touches");
388:
389:            /** @generated */
390:            public static final QName Within = new QName(
391:                    "http://www.opengis.net/ogc", "Within");
392:
393:            /* Attributes */
394:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.